notifyWebinarInvitation

open fun notifyWebinarInvitation(webinar: Webinar)

Invoked when an invitation to a webinar is received.

This method is called when an invitation to a webinar is received, providing details about the webinar through the Webinar parameter. You can handle the invitation appropriately, such as displaying a notification or integrating it into your application's webinar scheduling features.

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

Parameters

webinar

The Webinar instance containing details of the received invitation.