setPrioritizeHandraise

View as Markdown

setPrioritizeHandraise

  • setPrioritizeHandraise(params): Promise<boolean>

Sets whether to prioritize hand-raise’s or not.

Parameters

param
boolean

Whether to raise or lower the hand. Default: true. If omitted, the hand status is toggled to the opposite of the current status.

Permissions

  • video.prioritize_handraise

You need to specify the permissions when creating the Video Room Token on the server side.

Returns

Promise<boolean>

Example

1await room.setPrioritizeHandraise(false)