EndedByError

data class EndedByError(val error: AxpSdkError) : EndReason

Call was ended due to an unrecoverable error.

Constructors

Link copied to clipboard
constructor(error: AxpSdkError)

Properties

Link copied to clipboard
val error: AxpSdkError