CallErrorEvent

This event is fired when the call to be disconnected due to an error.

Since

0.1

Constructors

Link copied to clipboard
fun CallErrorEvent(_call: Call?, error: WebexError<Any>)

Functions

Link copied to clipboard
open fun getCall(): Call?
Link copied to clipboard
fun getError(): WebexError<Any>
Link copied to clipboard
open override fun toString(): String

Properties

Link copied to clipboard
protected var mCall: Call?