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

How to use SUM() in MySQL for calculated values -

ios - IBOutlet for image button not correctly referencing button after recreating outlet -

java - AEM: 403 Forbidden occurs when call a Post servlet -