callActionHandler property

CallActionHandler? callActionHandler
getter/setter pair

handle call action requests and return if event is successful or not similar to callStateChangeHandler, but handles any action that is not a call state change See CallAction enum for list of actions

see example for more details

Implementation

static CallActionHandler? callActionHandler;