ZIMCallAcceptanceSentResult class

Supported version: 2.0.0.

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

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

Notification timing: The result will be returned after accepting the call invitation operation.

Related interface: callAccept, accept the call invitation.

Constructors

ZIMCallAcceptanceSentResult({required String callID})

Properties

callID 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