Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add speaking indicator feature for conference #63

Merged
merged 17 commits into from
May 20, 2024
Merged

Conversation

lastpeony
Copy link
Contributor

@lastpeony lastpeony commented Mar 5, 2024

ant-media/Ant-Media-Server#6161
This PR adds ability to detect which participant is speaking in a conference room.

Speaking text will be displayed on right bottom of participants surface view renderer if their audioLevel is higher than a certain treshold.
Local participants audioLevel is not coming from datachannel. Seems like server only sends remote participants audio level through data channel.
To solve this local participants audio level is periodicly retrieved from webrtc clients stats collector.

TODO:
add testing after first review, because changes are not small

@lastpeony lastpeony requested a review from burak-58 March 5, 2024 21:43
@burak-58 burak-58 merged commit 603565d into master May 20, 2024
2 checks passed
@burak-58 burak-58 deleted the speakingIndicator branch May 20, 2024 10:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants