AuxStreamSendingVideoEvent

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

This will be triggered when the network is unstable or the represented person muted or unmuted his video, and client can get the detail from the property

Since

2.0.0

See also

Constructors

Link copied to clipboard
fun AuxStreamSendingVideoEvent(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?