Updated

data class Updated(val call: VoiceCall) : VoiceCallState

Sent when a call was updated. A call is updated when it switched to a different state. For example: from connected to on hold.

Parameters

call

VoiceCall recently updated.

Constructors

Link copied to clipboard
constructor(call: VoiceCall)

Properties

Link copied to clipboard