enableVideoStream

open fun enableVideoStream(participant: Participant, streamId: String): Boolean

Enable showing the participant's video stream.Whenever a new video stream becomes available in the meeting, the application will receive a notification of a new participant stream.The stream must be enabled by application using this function before it can be displayed on screen.

Return

Returns true if operation successful, returns false otherwise.

Parameters

participant

Participant that owns the video stream to be enabled

streamId

ID of the video stream to enable