methods/panelists_methods/update_panelists library

Functions

addPanelist(AddPanelistOptions options) Future<bool>
Adds a participant to the panelist list. Respects the maximum panelist limit.
removePanelist(RemovePanelistOptions options) Future<void>
Removes a participant from the panelist list.
updatePanelists(UpdatePanelistsOptions options) Future<void>
Updates the entire panelist list. Only hosts (islevel === "2") can update panelists.

Typedefs

AddPanelistType = Future<bool> Function(AddPanelistOptions options)
RemovePanelistType = Future<void> Function(RemovePanelistOptions options)
UpdatePanelistsType = Future<void> Function(UpdatePanelistsOptions options)