ZegoCallControllerInvitationImpl class

Here are the APIs related to invitation.

Available extensions

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

accept({String customData = ''}) Future<bool>

Available on ZegoCallControllerInvitationImpl, provided by the ZegoCallControllerInvitationImplDeprecated extension

cancel({required List<ZegoCallUser> callees, String customData = ''}) Future<bool>

Available on ZegoCallControllerInvitationImpl, provided by the ZegoCallControllerInvitationImplDeprecated extension

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
reject({String customData = ''}) Future<bool>

Available on ZegoCallControllerInvitationImpl, provided by the ZegoCallControllerInvitationImplDeprecated extension

send({required List<ZegoCallUser> invitees, required bool isVideoCall, String customData = '', String? callID, String? resourceID, String? notificationTitle, String? notificationMessage, int timeoutSeconds = 60}) Future<bool>

Available on ZegoCallControllerInvitationImpl, provided by the ZegoCallControllerInvitationImplDeprecated extension

toString() String
A string representation of this object.
inherited

Operators

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