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 call
  • callType: 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, NECallType callType, CallEndReason reason,
    String userId, CallObserverExtraInfo info)? onCallNotConnected;