- From: Varun Singh via GitHub <sysbot+gh@w3.org>
- Date: Wed, 10 May 2017 08:47:42 +0000
- To: public-webrtc-logs@w3.org
The following commits were just pushed by vr000m to https://github.com/w3c/webrtc-stats: * Adding "codec type" and transportId to RTCCodecStats. Fixes #109. The codec type indicates if it's a media format the implementation is prepared to encode or decode, and the transportId identifies what RTP session it's being used for. An implementation of getStats may want to return RTCCodecStats objects for codecs not being actively used, in which case these fields are necessary in order for those objects to provide meaningful information. by Taylor Brandstetter https://github.com/w3c/webrtc-stats/commit/81224ebc8ec56062b44c01f7824f86b61cb172b1 * Merge pull request #195 from taylor-b/issue_109_codec_directionality Adding "codec type" and transportId to RTCCodecStats. by Varun Singh https://github.com/w3c/webrtc-stats/commit/edcba6aa82810f361cea5471b28cece621ea20d3
Received on Wednesday, 10 May 2017 08:47:48 UTC