Package-level declarations
Types
Link copied to clipboard
The BaseSubscription model gathers all models responsible for notifying about created and ended conferences, received invitations, participants joining and leaving conferences:
Link copied to clipboard
The SubscribeActiveParticipants model notifies about changes in a list of conference participants.
Link copied to clipboard
The SubscribeConferenceCreated model sends a notification informing about created conferences.
Link copied to clipboard
The SubscribeConferenceEnded model sends a notification informing about ended conferences.
Link copied to clipboard
The SubscribeInvitation model sends a notification informing about received conference invitations.
Link copied to clipboard
The SubscribeParticipantJoined model sends a notification informing which participant has joined a specific conference.
Link copied to clipboard
The SubscribeParticipantLeft model sends a notification informing which participants has left a specific conference.