Rate this page:

ParticipantReceiveParameters

Which media streams to receive from the endpoint. Can be passed via the 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

Copy URL
audio: 

default,string[]

Audio streams to receive.

video

Copy URL
video: 

default,string[]

Video streams to receive.