ZIMCallInvitationSentResult class

Supported version: 2.0.0.

Detail description: Operation callback for sending a call invitation.

Business scenario: After the operation of sending a call invitation is performed, the success or failure can be known through this callback.

Notification timing: The result is returned after the operation of sending the call invitation is completed.

Related interface: callInvite, send a call invitation.

Constructors

ZIMCallInvitationSentResult({required String callID, required ZIMCallInvitationSentInfo info})

Properties

callID String
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
info ZIMCallInvitationSentInfo
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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