onCallReceived property

void Function(String callId, String callerId, List<String> calleeIdList, NECallType callType, CallObserverExtraInfo info)? onCallReceived
final

Callback for receiving a call request (received only by the callee)

Parameters:

  • callId: Unique identifier for this call
  • callerId: Caller
  • calleeIdList: List of callees
  • callType: Call type,eg: audio、video
  • info: Callback extension information

Implementation

final void Function(String callId, String callerId, List<String> calleeIdList,
    NECallType callType, CallObserverExtraInfo info)? onCallReceived;