onOutgoingCallDeclined property

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

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

Implementation

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