ZoomRtmsDataOption
Audio stream layout requested from RTMS.
type ZoomRtmsDataOption = "mixed" | "per-participant";
Defined in: src/providers/io/zoom/ZoomRtmsInput.ts:115
Audio stream layout requested from RTMS.
Remarks
'mixed'— one stream containing all participants mixed together (RTMSdata_opt1,AUDIO_MIXED_STREAM). Recommended for voice-agent pipelines: the STT stage receives a single coherent stream.'per-participant'— one stream per active speaker (RTMSdata_opt2). Chunks from different speakers interleave on the same callback; use onSpeakerAudio() to demultiplex by participant.