notifyGoOnStageRequested

open fun notifyGoOnStageRequested(room: IRainbowRoom)

Invoked when a webinar organizer requests the user to go on stage to talk.

This method is called when a webinar organizer requests the connected user to go on stage and participate in the webinar, providing details about the IRainbowRoom where the request occurred. You can handle this event appropriately, such as presenting the user with the option to join the stage.

Note: This method is triggered only when the application is active and running.

Parameters

room

The IRainbowRoom instance representing the conference room where the request occurred.