ZIMCallCancelSentResult class

Supported version: 2.0.0.

Detail description: The operation callback for canceling the call invitation.

Business scenario: After canceling the call invitation operation, the success or failure can be known through this callback.

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

Related interface: callCancel, cancel the call invitation.

Constructors

ZIMCallCancelSentResult({required String callID, required List<String> errorInvitees})

Properties

callID String
getter/setter pair
errorInvitees List<String>
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
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