ZegoCallInvitationServiceAPIImpl class

Here are the APIs related to invitation.

Properties

hashCode int
The hash code for this object.
no setterinherited
private → ZegoCallInvitationServiceAPIPrivateImpl
Don't call that
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

accept({String customData = ''}) Future<bool>
cancel({required List<ZegoCallUser> callees, String customData = ''}) Future<bool>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
reject({String customData = ''}) Future<bool>
send({required List<ZegoCallUser> invitees, required bool isVideoCall, String customData = '', String? callID, String? resourceID, String? notificationTitle, String? notificationMessage, int timeoutSeconds = 60}) Future<bool>
toString() String
A string representation of this object.
inherited

Operators

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