notifyGoOnStageCanceled

open fun notifyGoOnStageCanceled(room: IRainbowRoom)

Invoked when a webinar organizer cancels the request for the user to go on stage.

This method is called when a webinar organizer cancels a previously made request for the connected user to go on stage, providing details about the IRainbowRoom where the cancellation occurred. You can handle this event appropriately, such as updating UI elements or notifying the user.

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

Parameters

room

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