voice-sdk
androidJvm
voice-sdk
/
com.eght.voice.sdk.model
/
VoiceCallState
/
Failed
Failed
data
class
Failed
(
val
call
:
VoiceCall
?
,
val
exception
:
Exception
)
:
VoiceCallState
Sent when a call failed.
Parameters
call
The
VoiceCall
object that failed.
Members
Constructors
Failed
Link copied to clipboard
constructor
(
call
:
VoiceCall
?
,
exception
:
Exception
)
Properties
call
Link copied to clipboard
val
call
:
VoiceCall
?
exception
Link copied to clipboard
val
exception
:
Exception