[SOLVED] Audio activity in conference

Hello.

Is there a way to know which person (channel) is talking in a conference? Does MeetMet of ConfBridge can give information of audio activity in the channels so I could use it in a web conference manager?

Thanks!

ConfBridge provides talk detection events over AMI via the ConfBridgeTalking event. For these to fire, the user profile for the channel in the ConfBridge has to have talk_detection_events set to true.

If you’re building your own conferencing application using ARI - or if you’d just like to get talk detection events on any channel - you can use the TALK_DETECT function to enable the individual channel talk detection events ChannelTalkingStart and ChannelTalkingStop.

1 Like

That’s just what I’m looking for.
Thank you mjordan.