How to Detect Which Participant is Speaking in Real-Time in a Teams Meeting Using Azure Communication Services?
Tiến Đạt Dương
0
Reputation points
Hi everyone!
I am developing an application using JavaScript with the libraries @azure/communication-calling
and @azure/communication-identity
. My goal is to capture real-time voice data each time a participant speaks during a Teams meeting using Azure Communication Services (ACS). Additionally, I need to retrieve and associate the user_id for each participant speaking.
Could guidance be provided on how to:
- Capture voice data for each participant whenever they speak in the meeting?
- Retrieve and associate the user_id with the captured voice data in real-time?
Any relevant documentation or examples would be greatly appreciated.
Thank you!
Sign in to answer