AuxStreamSizeChangedEvent

class AuxStreamSizeChangedEvent(call: Call?, auxStream: AuxStream?) : MultiStreamObserver.AbstractAuxStreamChangedEvent

This will be triggered when the auxiliary stream view size is changed, and client can get the detail from the property

Since

2.0.0

See also

Constructors

Link copied to clipboard
fun AuxStreamSizeChangedEvent(call: Call?, auxStream: AuxStream?)

Functions

Link copied to clipboard
open override fun getAuxStream(): AuxStream?
Link copied to clipboard
open fun getCall(): Call?
Link copied to clipboard
open override fun toString(): String

Properties

Link copied to clipboard
protected var mCall: Call?