ParticipantReceiveParameters
Which media streams to receive from the endpoint. Can be passed as a ReceiveParameters parameter. Consists of optional video and audio keys.
For each key, specify the ["default"] value to receive all media streams, specify the empty array [] value to receive no media streams, or specify the media stream IDs (for example, ["v1", "v10"]) to receive specific media streams.
Props
audio
audio: default,string[]
Audio streams to receive.
video
video: default,string[]
Video streams to receive.