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