callQuit abstract method

Supported versions: 2.9.0 and above.

Detail description: Exit the call in advanced mode.

When to call: After the call is established, users whose call status is Accepted can call this interface.

Note: The callee will fail to quit the uninvited callid.

Related callbacks: ZIMCallQuitSentResult.

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

Implementation

Future<ZIMCallQuitSentResult> callQuit(
    String callID, ZIMCallQuitConfig config);