feature that shows that the user is speaking by highlighting a circle around them. #2542
Answered
by
amitojsingh366
kashyapsanchit
asked this question in
Q&A
-
I am really curious to know about the library or the functionality one needs to implement when a user is speaking ( it shows a green outline on the user that is speaking ). Will be a really great favor if you can share. |
Beta Was this translation helpful? Give feedback.
Answered by
amitojsingh366
May 7, 2021
Replies: 1 comment 1 reply
-
We just send a ws event when the speaker's volume goes above a certain level, then that ws event is handled client side and we show the circle |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
amitojsingh366
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We just send a ws event when the speaker's volume goes above a certain level, then that ws event is handled client side and we show the circle