- From: W3C Webmaster via GitHub API <sysbot+gh@w3.org>
- Date: Tue, 06 Dec 2016 17:00:12 +0000
- To: public-webrtc@w3.org
Issues
------
* w3c/webrtc-pc (+7/-14/💬26)
7 issues created:
- Handing SDP with more than one identity (by fluffy)
https://github.com/w3c/webrtc-pc/issues/964
- Event when a transceiver is stopped via remote action (by aboba)
https://github.com/w3c/webrtc-pc/issues/962
- Effect of a BYE on RtpReceiver.track (by aboba)
https://github.com/w3c/webrtc-pc/issues/961
- Advanced Peer-to-peer Example (by aboba)
https://github.com/w3c/webrtc-pc/issues/959
- Do not send silence nor black frame on track muted or ended (by
mparis)
https://github.com/w3c/webrtc-pc/issues/957
- API for setting QoS priority of data channels (by aboba)
https://github.com/w3c/webrtc-pc/issues/955
- Receive a track multiple times (by mparis)
https://github.com/w3c/webrtc-pc/issues/954
14 issues closed:
- Can we have more that one IdentityProvider?
https://github.com/w3c/webrtc-pc/issues/931
- What happens when setDirection() is called
https://github.com/w3c/webrtc-pc/issues/927
- replaceTrack(null): Allowed?
https://github.com/w3c/webrtc-pc/issues/947
- RTCSessionDescription readonly members is not webcompat
https://github.com/w3c/webrtc-pc/issues/933
- Does setLocal/SetRemoteDescription modify
RTCRtpTransceiver.direction?
https://github.com/w3c/webrtc-pc/issues/902
- Effect of sender.track set to null
https://github.com/w3c/webrtc-pc/issues/943
- What happens when transceiver.stop() is called?
https://github.com/w3c/webrtc-pc/issues/878
- Section 4.3.1: Issue 1 - review Pending and Current SDP
https://github.com/w3c/webrtc-pc/issues/887
- Remove RTCSessionDescription constructor or throw error on missing
sdp https://github.com/w3c/webrtc-pc/issues/897
- Need to replace references to "stopped sender" with
"recvonly/inactive transceiver"
https://github.com/w3c/webrtc-pc/issues/908
- Review other uses of "stopped"
https://github.com/w3c/webrtc-pc/issues/917
- API for setting QoS priority of data channels
https://github.com/w3c/webrtc-pc/issues/955
- RTCP is mandatory, but not always implemented in legacy systems
https://github.com/w3c/webrtc-pc/issues/951
- Normatively cite webrtc-stats for sections 8.x
https://github.com/w3c/webrtc-pc/issues/561
9 issues received 26 new comments:
- #931 Can we have more that one IdentityProvider? (6 by
martinthomson, fluffy, alvestrand, stefhak)
https://github.com/w3c/webrtc-pc/issues/931
- #941 STUN/TURN Auto Discovery handling (6 by alvestrand, misi)
https://github.com/w3c/webrtc-pc/issues/941
- #954 Receive a track multiple times (6 by mparis, alvestrand,
stefhak)
https://github.com/w3c/webrtc-pc/issues/954
- #964 Handing SDP with more than one identity (2 by fluffy,
alvestrand)
https://github.com/w3c/webrtc-pc/issues/964
- #957 Do not send silence nor black frame on track muted or ended
(2 by mparis, aboba)
https://github.com/w3c/webrtc-pc/issues/957
- #930 Ambiguous wording in addIceCandidate (1 by jan-ivar)
https://github.com/w3c/webrtc-pc/issues/930
- #933 RTCSessionDescription readonly members is not webcompat (1 by
alvestrand)
https://github.com/w3c/webrtc-pc/issues/933
- #583 Is it OK to call addTransceiver() with a track already added
by addTrack()? (1 by mparis)
https://github.com/w3c/webrtc-pc/issues/583
- #951 RTCP is mandatory, but not always implemented in legacy
systems (1 by alvestrand)
https://github.com/w3c/webrtc-pc/issues/951
* w3c/webrtc-stats (+2/-0/💬3)
2 issues created:
- Add field to RTCIceCandidateStats indicating whether or not the
candidate has been freed (by taylor-b)
https://github.com/w3c/webrtc-stats/issues/89
- RTCTransportStats not referenced from RTCDataChannelStats or
RTCIceCandidatePairStats (by henbos)
https://github.com/w3c/webrtc-stats/issues/88
1 issues received 3 new comments:
- #89 Add field to RTCIceCandidateStats indicating whether or not
the candidate has been freed (3 by taylor-b, alvestrand)
https://github.com/w3c/webrtc-stats/issues/89
Pull requests
-------------
* w3c/webrtc-pc (+4/-12/💬7)
4 pull requests submitted:
- Splitting transceiver direction into "direction" and
"currentDirection" (by aboba)
https://github.com/w3c/webrtc-pc/pull/963
- Allow replaceTrack(null) (by aboba)
https://github.com/w3c/webrtc-pc/pull/960
- Allow replaceTrack(null) (by aboba)
https://github.com/w3c/webrtc-pc/pull/958
- API for setting QoS priority of data channels (by aboba)
https://github.com/w3c/webrtc-pc/pull/956
12 pull requests merged:
- Splitting transceiver direction into "direction" and
"currentDirection"
https://github.com/w3c/webrtc-pc/pull/963
- Allow replaceTrack(null)
https://github.com/w3c/webrtc-pc/pull/960
- API for setting QoS priority of data channels
https://github.com/w3c/webrtc-pc/pull/956
- Give legacy callbacks RTCSessionDescriptionInit so they can modify
sdp
https://github.com/w3c/webrtc-pc/pull/949
- Effect of setting sender.track to null
https://github.com/w3c/webrtc-pc/pull/944
- Remove "stopped" from close(), insertDTMF and replaceTrack
https://github.com/w3c/webrtc-pc/pull/940
- Remove "stopped" from removeTrack
https://github.com/w3c/webrtc-pc/pull/939
- What happens when setDirection() is called
https://github.com/w3c/webrtc-pc/pull/938
- What happens when transceiver.stop() is called
https://github.com/w3c/webrtc-pc/pull/937
- Remove Issue 1: Current and Pending SDP
https://github.com/w3c/webrtc-pc/pull/936
- Revise text dealing with with the ICE Agent/User Agent
interactions.
https://github.com/w3c/webrtc-pc/pull/920
- Mandatory to implement stats section, remove overlap with stats
https://github.com/w3c/webrtc-pc/pull/899
3 pull requests received 7 new comments:
- #934 Add RTCSessionDescriptionReadOnly to make
RTCSessionDescription membe… (3 by jan-ivar, alvestrand)
https://github.com/w3c/webrtc-pc/pull/934
- #956 API for setting QoS priority of data channels (3 by
alvestrand, aboba)
https://github.com/w3c/webrtc-pc/pull/956
- #946 Splitting transceiver direction into "direction" and
"currentDirection". (1 by alvestrand)
https://github.com/w3c/webrtc-pc/pull/946
* w3c/webrtc-stats (+0/-0/💬1)
1 pull requests received 1 new comments:
- #70 Added QP statistics (1 by alvestrand)
https://github.com/w3c/webrtc-stats/pull/70
Repositories tracked by this digest:
-----------------------------------
* https://github.com/w3c/webrtc-pc
* https://github.com/w3c/webrtc-stats
Received on Tuesday, 6 December 2016 17:00:19 UTC