Session - Functionalities
To enable or disable session features, utilize the /api/v2/session/set endpoint. Upon validation of the requisite ID details, the system will transition the session to either an active state (features enabled) or an inactive state (features disabled).
event_id:
The unique identifier for the event. (integer)id:
Session ID (integer)settings[disable_raise_hand]:
(boolean)settings[disable_q_and_a]:
(boolean)settings[disable_chat] :
(boolean)settings[disable_pools] :
(boolean)
Notice: Setting a value of "true" or an empty value will disable functionalities. To enable a specific functionality, the value must be set to "false."
Attention: When setting the functionality enabled or disabled, it is necessary to include the "online_type" parameter within the request. Failure to do so will result in the system reverting to the "Breakout" online type option session.