Media Stream Availability Event
class MediaStreamAvailabilityEvent( call: Call, available: Boolean, stream: MediaStream?) : CallObserver.AbstractCallEvent, CallObserver.MediaChangedEvent
Content copied to clipboard
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?)
Content copied to clipboard