How to implement "Who is talking?" feature in webrtc ios application? -


i creating ios application using webrtc video conferencing. want detect talking in peer connection.

to more specific,i want detect audio activity of remote peer connected can detect person speaking.

this can implemented measuring audio level in peerconnection stats. function should study

- (void)peerconnection:(rtcpeerconnection*)peerconnection didgetstats:(nsarray*)stats 

Comments

Popular posts from this blog

amazon web services - S3 Pre-signed POST validate file type? -

c# - Check Keyboard Input Winforms -