onOutgoingCallAccepted property
The caller will receive a notification through this callback when the callee accepts the call invitation.
Implementation
Function(String callID, ZegoCallUser callee)? onOutgoingCallAccepted;
The caller will receive a notification through this callback when the callee accepts the call invitation.
Function(String callID, ZegoCallUser callee)? onOutgoingCallAccepted;