VTNotificationDelegate

The VTNotificationDelegate model allows subscribing to callbacks that inform about the NotificationService events.

Methods

invitationReceived

invitationReceived(notification: VTInvitationReceivedNotification)

Called when an application user receives an invitation.

Parameters:

NameTypeDescription
notificationVTInvitationReceivedNotificationThe received conference invitation.

conferenceStatus

conferenceStatus(notification: VTConferenceStatusNotification)

Called when a status of the subscribed conference changes.

Parameters:

NameTypeDescription
notificationVTConferenceStatusNotificationThe conference status.

conferenceCreated

conferenceCreated(notification: VTConferenceCreatedNotification)

Called when a new conference is created.

Parameters:

NameTypeDescription
notificationVTConferenceCreatedNotificationThe object containing properties specific to the created conference.

conferenceEnded

conferenceEnded(notification: VTConferenceEndedNotification)

Called when a conference is ended.

Parameters:

NameTypeDescription
notificationVTConferenceEndedNotificationThe object containing properties specific to the ended conference.

participantJoined

participantJoined(notification: VTParticipantJoinedNotification)

Called when a new participant joins a conference.

Parameters:

NameTypeDescription
notificationVTParticipantJoinedNotificationThe object containing properties specific to the new participant.

participantLeft

participantLeft(notification: VTParticipantLeftNotification)

Called when a participant leaves a conference.

Parameters:

NameTypeDescription
notificationVTParticipantLeftNotificationThe object containing properties specific to the participant who left the conference.