IIncomingInvitationListener

The IIncomingInvitationListener model gathers methods that can be called after receiving conference invitations or information about canceled conferences.

Functions

Link copied to clipboard
abstract fun onInvitation(@NonNull context: Context, @NonNull invitationBundle: InvitationBundle)
A method called by the SDK when the incoming invitation is received.
Link copied to clipboard
abstract fun onInvitationCanceled(@NonNull context: Context, @NonNull conferenceId: String)
A method called by the SDK when an invitation is canceled.