holdCall

abstract fun holdCall(putOnHold: Boolean)

Puts the call on hold and trigger a call back onCallHoldStateChanged() for the respective call id

Since

3.0.0

Parameters

putOnHold
  • A boolean value that is used to hold and resume. To hold a call use true and to resume use false