[webrtc-pc] `ssrc` in `RTCRtpEncodingParameters` is inconsistent with ORTC
[webrtc-pc] Add RTCOfferOptions.reofferOptions.
[webrtc-pc] Add RTCStatsEventInit IDL definition
[webrtc-pc] Add support for WebRTC Data Channel in Workers
[webrtc-pc] Allow to import existing certificate
- Martin Thomson via GitHub (Monday, 30 April)
- Lennart Grahl via GitHub (Monday, 30 April)
- Tim Panton via GitHub (Monday, 30 April)
- Martin Thomson via GitHub (Monday, 30 April)
- Bernard Aboba via GitHub (Saturday, 28 April)
- Bernard Aboba via GitHub (Friday, 27 April)
- Lennart Grahl via GitHub (Friday, 27 April)
- Tim Panton via GitHub (Friday, 27 April)
- Martin Thomson via GitHub (Friday, 27 April)
- Lennart Grahl via GitHub (Thursday, 26 April)
- Ariel Tubaltsev via GitHub (Thursday, 26 April)
- Martin Thomson via GitHub (Thursday, 26 April)
- Lennart Grahl via GitHub (Thursday, 26 April)
- Martin Thomson via GitHub (Thursday, 26 April)
- Antonis Tsakiridis via GitHub (Thursday, 26 April)
[webrtc-pc] Ambiguities with BUNDLE and ICE
[webrtc-pc] Clarify (if needed) how remoteTrackId relates to MSID in the SDP
[webrtc-pc] Codify refusing to generate an empty Offer
[webrtc-pc] Data channel closing procedure
[webrtc-pc] Data channel minimum amount of streams supported
[webrtc-pc] Data channel receive procedure
[webrtc-pc] Data channel receive procedure missing?
[webrtc-pc] Describe how ICE restarts affect the RTCIceTransportState.
[webrtc-pc] Does RTCStatsReport need a toJSON method?
[webrtc-pc] DOMException(name=<Exception>) or instances of <Exception>?
[webrtc-pc] Editorial: Does throwing an error imply aborting the steps?
[webrtc-pc] Fix setCodecPreferences note regarding offer/answer negotiation.
[webrtc-pc] Handling of invalid values in RTCRtpSender.setParameters()
[webrtc-pc] Initial data channel state is inconsistent
[webrtc-pc] Limit sendEncodings to video.
[webrtc-pc] Make RTCDataChannels Transferable
[webrtc-pc] new commits pushed by aboba
- Bernard Aboba via GitHub (Thursday, 26 April)
- Bernard Aboba via GitHub (Thursday, 26 April)
- Bernard Aboba via GitHub (Thursday, 26 April)
- Bernard Aboba via GitHub (Thursday, 26 April)
- Bernard Aboba via GitHub (Thursday, 26 April)
- Bernard Aboba via GitHub (Thursday, 26 April)
- Bernard Aboba via GitHub (Sunday, 22 April)
- Bernard Aboba via GitHub (Thursday, 19 April)
- Bernard Aboba via GitHub (Monday, 16 April)
- Bernard Aboba via GitHub (Sunday, 15 April)
- Bernard Aboba via GitHub (Sunday, 15 April)
- Bernard Aboba via GitHub (Wednesday, 4 April)
[webrtc-pc] new commits pushed by alvestrand
[webrtc-pc] new commits pushed by stefhak
[webrtc-pc] new commits pushed by taylor-b
[webrtc-pc] No way to add track with stream associations to a given transceiver
[webrtc-pc] Ordering of SRD promise resolving vs. track "mute" event
[webrtc-pc] Pull Request: Add RTCStatsEventInit IDL definition
[webrtc-pc] Pull Request: Add sender.setStreams() method to update stream associations.
[webrtc-pc] Pull Request: Data channel receive procedure
[webrtc-pc] Pull Request: Define the reference clock used for RTCRtpContributingSource.timestamp
[webrtc-pc] Pull Request: editorial: use a href for the floor definition
[webrtc-pc] Pull Request: Fix setCodecPreferences note regarding offer/answer negotiation.
[webrtc-pc] Pull Request: fixes changes entry for #1038
[webrtc-pc] Pull Request: In-band negotiated channel should be open when dispatching
[webrtc-pc] Pull Request: Pass kind into algorithms that rely on it.
[webrtc-pc] Pull Request: Removing references to OAUTH-POP-KEY-DISTRIBUTION.
[webrtc-pc] Pull Request: RTCDataChannel.bufferedAmount description improvement
[webrtc-pc] Pull Request: RTCDataChannel.send argument type clarification
[webrtc-pc] Pull Request: RTCDataChannel.send steps for bufferedAmount
[webrtc-pc] Pull Request: RTCPeerConnection.close procedure for SCTP & data channels
[webrtc-pc] Pull Request: RTCSctpTransport.maxChannels & SCTP transport connected procedure
[webrtc-pc] Pull Request: rtp media api: remove note
[webrtc-pc] Pull Request: s/ontrack event/track event
[webrtc-pc] Pull Request: Treat rejected m= sections (port of 0) as having "inactive" direction.
[webrtc-pc] Re-adding a removed track causes identical msids. What do do?
[webrtc-pc] reducing audio packet rate while track is disabled
[webrtc-pc] Removing references to OAUTH-POP-KEY-DISTRIBUTION.
[webrtc-pc] replaceTrack algorithm lost some important text
[webrtc-pc] RTCCertificate: allow to import existing certificate
[webrtc-pc] RTCDataChannel section structure
[webrtc-pc] RTCDataChannel.bufferedAmount value
[webrtc-pc] RTCDataChannel.id assignment
[webrtc-pc] RTCDataChannel.send during 'closing' state
[webrtc-pc] RTCDataChannel.send steps
[webrtc-pc] RTCDataChannel.send steps for bufferedAmount
[webrtc-pc] RTCDataChannel.send(null)
[webrtc-pc] RTCDataChannel: Specify common create steps for locally and remotely created channels
[webrtc-pc] RTCPeerConnection lacks identity marker beyond current process
[webrtc-pc] RTCPeerConnection.close procedure: Data Channel & SCTP questions
[webrtc-pc] RTCRtpDecodingParameters
[webrtc-pc] rtp media api: remove note
[webrtc-pc] setCodecPreferences contradicts JSEP wrt answer codec list being a subset?
[webrtc-pc] Should a signalingstatechange event be fired when closing a RTCPeerConnection?
[webrtc-pc] Should rollback fire addtrack/removetrack events?
[webrtc-pc] should RTCRtpSender.setParameters invalidate LastReturnedParameters?
[webrtc-pc] Simulcast makes no sense for audio.
[webrtc-pc] Sort out unmute and BYE
[webrtc-pc] Split out RTCRtpDecodingParameters and fix active.
[webrtc-pc] Split out RTCSendRtpParameters and mark parameters as required.
[webrtc-pc] The "Create an RTCRtpSender" algorithm needs a `kind` argument
[webrtc-pc] Treat rejected m= sections (port of 0) as having "inactive" direction.
[webrtc-pc] Update mandatory to implement stats
[webrtc-pc] Update structured cloning for recent changes to HTML
[webrtc-pc] What happens when an answerer stops a transceiver that others are "bundled" on?
[webrtc-pc] What should receiver.getParameters() return?
[webrtc-pc] What should receiver.getParameters().codecs return?
[webrtc-pc] What should sender.getParameters().codecs return before negotiation?
[webrtc-stats] Add per layer stats for SVC
[webrtc-stats] Work through implications of simulcast on the receiver side
[webrtc-stats] Write a "how to add more stats" guideline document
Closed: [webrtc-pc] Clarify (if needed) how remoteTrackId relates to MSID in the SDP
Closed: [webrtc-pc] Example ICE state transition appears incorrect
Closed: [webrtc-pc] Inconsistency over active member in receiver's "encoding" parameters.
Closed: [webrtc-pc] OAUTH-POP-KEY-DISTRIBUTION IETF draft has been replaced by ACE-CWT-PROOF-OF-POSSESSION
Closed: [webrtc-pc] Ordering of SRD promise resolving vs. track "mute" event
Closed: [webrtc-pc] Required fields in RTCRtpParameters returned from getParameters
Closed: [webrtc-pc] RTCDataChannel.bufferedAmount value
Closed: [webrtc-pc] RTCDataChannel.send steps for bufferedAmount
Closed: [webrtc-pc] RTCDataChannel.send(null)
Closed: [webrtc-pc] RTCDataChannel: Remotely initiated channels needs to get all slots defined
Closed: [webrtc-pc] RTCPeerConnection lacks identity marker beyond current process
Closed: [webrtc-pc] RTCPeerConnection.close procedure: Data Channel & SCTP questions
Closed: [webrtc-pc] setCodecPreferences contradicts JSEP wrt answer codec list being a subset?
Closed: [webrtc-pc] statechange Event always points to RTCIceTransport's statechange Event
Closed: [webrtc-pc] The "Create an RTCRtpSender" algorithm needs a `kind` argument
Last message date: Monday, 30 April 2018 23:37:28 UTC