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 callcallerId: CallercalleeIdList: List of calleescallType: Call type,eg: audio、videoinfo: Callback extension information
Implementation
final void Function(String callId, String callerId, List<String> calleeIdList,
NECallType callType, CallObserverExtraInfo info)? onCallReceived;