onUserRemoved method

void onUserRemoved(
  1. String callId,
  2. String userId,
  3. ChatCallKitCallEndReason reason
)

Callback when the user rejects the call or the call times out.

Implementation

void onUserRemoved(
    String callId, String userId, ChatCallKitCallEndReason reason) {}