MediaStreamAvailabilityEvent

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
constructor(call: Call, available: Boolean, stream: MediaStream?)

Properties

Link copied to clipboard
protected var mCall: Call?

Functions

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