MediaStreamAvailabilityEvent

class MediaStreamAvailabilityEvent(    call: Call,     available: Boolean,     stream: MediaStream?) : CallObserver.AbstractCallEvent, CallObserver.MediaChangedEvent

This will be triggered when the media stream is available or unavailable. Media Stream available - as the participant joins the meeting. Media Stream unavailable - as the participant leaves the meeting.

Since

3.5.0

Constructors

Link copied to clipboard
fun MediaStreamAvailabilityEvent(    call: Call,     available: Boolean,     stream: MediaStream?)

Functions

Link copied to clipboard
open fun getCall(): Call?
Link copied to clipboard
fun getStream(): MediaStream?
Link copied to clipboard
fun isAvailable(): Boolean
Link copied to clipboard
open override fun toString(): String

Properties

Link copied to clipboard
protected var mCall: Call?