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)


https://lh7-qw.googleusercontent.com/docsz/AD_4nXfGk8qXXgoB7HQpN2VZ7g6RdkI4NF9o6eV-wQ7YnvvtgAESQaF6SRSLqZGzwsVwRZZKRScRsKczuhyuWRmzSshhgknEuMwCjmocc6YL_pIYg-l5wGgKmy4hFnH8TBqkLh2029it?key=FLra8JLgyveWoziQ5VsWYAdF

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.