AuxStreamSendingVideoEvent

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
constructor(call: Call?, auxStream: AuxStream?)

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
open override fun toString(): String