notifyWaitingRoomStarted

open fun notifyWaitingRoomStarted(webinar: Webinar)

Invoked when the waiting room for a webinar is started.

This method is called when the waiting room for a webinar is started, providing details about the webinar through the Webinar parameter. You can handle this event appropriately, such as notifying participants.

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

Parameters

webinar

The Webinar instance containing details of the associated webinar.