getParticipantByAudioStreamId

open fun getParticipantByAudioStreamId(streamId: String): Participant

Retrieve meeting participant using a audio streamId.

Return

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

Parameters

streamId

ID for a participant's audio stream.