NotificationService class

The NotificationService allows inviting participants to a conference.

Note: This service is currently supported only on Android devices.

Constructors

NotificationService()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

decline(Conference conference) Future<void>
Declines an invitation to a specific conference.
invite(Conference conference, List<ParticipantInvited> participants) Future<void>
Notifies conference participants about a conference invitation. The participants parameter gathers a list of participants who should be invited to a specific conference defined in the conference parameter.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onInvitationReceived() Stream<Event<NotificationServiceEventNames, InvitationReceivedNotificationData>>
Returns a Stream of the NotificationServiceEventNames.InvitationReceived events. By subscribing to the returned stream you will be notified about new conference invitations.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited