Removed

data class Removed(val call: VoiceCall) : VoiceCallState

Sent when a call was removed. A call is removed when it fails or any party hangs up.

Parameters

call

The VoiceCall object that was removed.

Constructors

Link copied to clipboard
constructor(call: VoiceCall)

Properties

Link copied to clipboard