getParticipantByVideoStreamId

open fun getParticipantByVideoStreamId(streamId: String): Participant

Retrieve meeting participant using a video streamId.

Return

Participant object that owns this video streamId. Null if there is not a participant with this video streamId.

Parameters

streamId

ID for a participant's video stream.