HoldUpdated

data class HoldUpdated(val call: VoiceCall?) : VoiceCallState

Sent when an incoming call was accepted during an active call. If there is only one call and it is put on hold, this state is sent, but contains a null call object.

Parameters

call

The VoiceCall object that was put on hold.

Constructors

Link copied to clipboard
constructor(call: VoiceCall?)

Properties

Link copied to clipboard