onReceiveCall method
void
onReceiveCall()
Callback when you receive a call invitation.
Implementation
void onReceiveCall(
String userId,
String callId,
ChatCallKitCallType callType,
Map<String, String>? ext,
) {}