onIncomingCallTimeout property

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

The callee will receive a notification through this callback when the callee doesn't respond to the call invitation after a timeout duration. missed call callback

Implementation

Function(String callID, ZegoCallUser caller)? onIncomingCallTimeout;