onIncomingCallCanceled property

dynamic Function(String callID, ZegoCallUser caller, String customData)? onIncomingCallCanceled
getter/setter pair

This callback will be triggered to callee when the caller cancels the call invitation.

Implementation

Function(
  String callID,
  ZegoCallUser caller,
  String customData,
)? onIncomingCallCanceled;