AuxStreamClosedEvent

This will be triggered when auxiliary stream is closed successfully or unsuccessfully. On this event, the client can display the view

Since

2.0.0

Constructors

Link copied to clipboard
constructor(call: Call, renderView: View, error: String?)

Types

Link copied to clipboard

Properties

Link copied to clipboard
protected var mCall: Call?

Functions

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