Skip to content

Commit 76633a6

Browse files
committed
fix(docs): make the callout for mixed streams more prominent
1 parent 73ec0d6 commit 76633a6

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,10 @@ For detailed contribution guidelines, build instructions, and troubleshooting, s
141141

142142
## Usage
143143

144+
> **Speaker Identification with Mixed Audio**
145+
>
146+
> When using `AUDIO_MIXED_STREAM` (the default), all participants are mixed into a single audio stream and the audio callback's metadata will **not** identify the current speaker. To identify who is speaking, register an `onActiveSpeakerEvent` callback — it fires whenever the active speaker changes. See [Troubleshooting #7](#7-identifying-speakers-with-mixed-audio-streams) and [#80](https://github.com/zoom/rtms/issues/80) for details.
147+
144148
### Node.js - Webhook Integration
145149

146150
Easily respond to Zoom webhooks and connect to RTMS streams:

0 commit comments

Comments
 (0)