onCallBegin property
Call start(received by both caller and callee)
Parameters:
callId: Unique identifier for this callcallType: Call type,eg: audio、videoinfo: Callback extension information
Implementation
final void Function(
String callId, NECallType callType, CallObserverExtraInfo info)?
onCallBegin;