Skip to content

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 (RTMS data_opt 1, AUDIO_MIXED_STREAM). Recommended for voice-agent pipelines: the STT stage receives a single coherent stream.
  • 'per-participant' — one stream per active speaker (RTMS data_opt 2). Chunks from different speakers interleave on the same callback; use onSpeakerAudio() to demultiplex by participant.

© 2026 CompositeVoice. All rights reserved.

Font size
Contrast
Motion
Transparency