onOutgoingCallAccepted property

dynamic Function(String callID, ZegoCallUser callee)? onOutgoingCallAccepted
getter/setter pair

The caller will receive a notification through this callback when the callee accepts the call invitation.

Implementation

Function(String callID, ZegoCallUser callee)? onOutgoingCallAccepted;