[ortc] RTCRtpContributingSource voiceActivityFlag

robin-raymond has just created a new issue for 
https://github.com/openpeer/ortc:

== RTCRtpContributingSource voiceActivityFlag ==

````
dictionary RTCRtpContributingSource {
             DOMHighResTimeStamp timestamp;
             unsigned long       source;
             byte                audioLevel;
             boolean             voiceActivityFlag;
};
````

`voiceActivityFlag` may or may not be available. If available, the 
value could be true or false. If not available, is it unset?


Please view or discuss this issue at 
https://github.com/openpeer/ortc/issues/499 using your GitHub account

Received on Friday, 22 April 2016 19:20:06 UTC