FCXSetHeldCallAction constructor

FCXSetHeldCallAction(
  1. String callUuid,
  2. bool onHold
)

Initializes a new action for a call identified by a given uuid, as well as whether the call is on hold.

Implementation

FCXSetHeldCallAction(String callUuid, this.onHold) : super(callUuid);