onOutgoingCallRejectedCauseBusy property

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

The caller will receive a notification through this callback when the callee rejects the call invitation (the callee is busy).

Implementation

Function(
  String callID,
  ZegoCallUser callee,
  String customData,
)? onOutgoingCallRejectedCauseBusy;