[webrtc-pc] Contributing source(s) missing voice activity flag

aboba has just created a new issue for 
https://github.com/w3c/webrtc-pc:

== Contributing source(s) missing voice activity flag ==
This issue was filed by Robin Raymond against ORTC but it also applies
 to WebRTC 1.0: 

In RTCRtpContributingSource there is audio level and csrc/ssrc but no 
flag indicating whether voice activity is contained within the packet.
  Since the "V" bit is only supported in RFC 6464 but not RFC 6465, 
there is value in exposing the "V" bit to the developer when peers are
 sending the "client-to-mixer" extension to each other.  Could be 
"unset" for "mixer-to-client" obtained values and "set" for "client to
 mixer" obtained values (i.e. when value arrives peer to peer).

ORTC Issue:  https://github.com/openpeer/ortc/issues/263
ORTC PR: https://github.com/openpeer/ortc/pull/326


Please view or discuss this issue at 
https://github.com/w3c/webrtc-pc/issues/450 using your GitHub account

Received on Wednesday, 6 January 2016 18:26:28 UTC