onCallNotConnected property
void Function(String callId, NECallType callType, CallEndReason reason, String userId, CallObserverExtraInfo info)?
onCallNotConnected
final
The call was not connected on the current device
Parameters:
callId: Unique identifier for this callcallType: Call type,eg: audio、videoreason: Call end reason.userId: Which user ended the callinfo: Callback extension information
Implementation
final void Function(String callId, NECallType callType, CallEndReason reason,
String userId, CallObserverExtraInfo info)? onCallNotConnected;