onCallHoldStateChanged

open fun onCallHoldStateChanged(call: Call?, holdResumeInfo: HoldResumeInfo)

Callback when the hold state of this call has changed.

This callback is triggered when:

  • The call is put on hold or resumed (locally or remotely)

  • Another device puts this call on hold or resumes it

Since

3.16.1

Parameters

call

the call whose hold state changed

holdResumeInfo

information about the hold/resume state change