onIncomingCallAcceptButtonPressed property

dynamic Function()? onIncomingCallAcceptButtonPressed
getter/setter pair

This callback will be triggered to callee when callee click accept button in incoming call

Implementation

Function()? onIncomingCallAcceptButtonPressed;