Failed

data class Failed(val call: VoiceCall?, val exception: Exception) : VoiceCallState

Sent when a call failed.

Parameters

call

The VoiceCall object that failed.

Constructors

Link copied to clipboard
constructor(call: VoiceCall?, exception: Exception)

Properties

Link copied to clipboard
Link copied to clipboard