onOutgoingCallTimeout property

dynamic Function(String callID, List<ZegoCallUser> callees, bool isVideoCall)? onOutgoingCallTimeout
getter/setter pair

The caller will receive a notification through this callback when the call invitation didn't get responses after a timeout duration.

Implementation

Function(
  String callID,
  List<ZegoCallUser> callees,
  bool isVideoCall,
)? onOutgoingCallTimeout;