callEnd abstract method

Future<ZIMCallEndSentResult> callEnd(
  1. String callID,
  2. ZIMCallEndConfig config
)

Supported versions: 2.9.0 and above.

Detail description: End The call in advanced mode.

When to call: The call was in advanced mode and the user status was Accepted.

Note: User calls that are not in the call will fail. ZIM SDK Does not have service logic after the call ends, and developers can customize the development logic after the end.

Related callbacks: ZIMCallEndSentResult.

callID The ID of the call invitation to be ended. config Related configuration for end call invitations.

Implementation

Future<ZIMCallEndSentResult> callEnd(
    String callID, ZIMCallEndConfig config);