Adam Bergkvist
Adam Bergkvist via GitHub
- [webrtc-pc] Pull Request: SLD/SRD: Check if transceiver is stopped before setting currentDirection (Friday, 30 June)
- [webrtc-pc] Pull Request: Editorial: Add 'Style Conventions' section to contributing guidelines (Friday, 30 June)
- [webrtc-pc] Handle transceiver stopped between creation and description set (Thursday, 29 June)
- [webrtc-pc] Pull Request: RTCRtpTransceiver: Set currentDirection to null when stopping (Thursday, 29 June)
- [webrtc-pc] We shouldn't rely on the public API to access objects in the specification (Thursday, 29 June)
- [webrtc-pc] Pull Request: addTranscevier: Assume defalut dictionary (Wednesday, 28 June)
- [webrtc-pc] Editorial: Use consistent syntax for enum values and strings (Friday, 9 June)
- [webrtc-pc] Editorial: Assume default values for optional dictionaries in spec text (Friday, 9 June)
- [webrtc-pc] Pull Request: createOffer/Answer: Remove sentence with vauge 'reasonably soon'. (Thursday, 8 June)
- [webrtc-pc] Pull Request: RTCDataChannel: Use internal slots and specify defalt values at one location (Thursday, 8 June)
- [webrtc-pc] Pull Request: createDataChannel: Use TypeError for bad reliability arguments (Thursday, 8 June)
- [webrtc-pc] Pull Request: Start integrating direction into 'create RTCRtpTransceiver' algorithm (Thursday, 1 June)
Bernard Aboba
Bernard Aboba via GitHub
- [webrtc-pc] Pull Request: when voiceActivityDetection is false browser sends media (Tuesday, 20 June)
- [webrtc-pc] Pull Request: label/protocol length restriction (Monday, 19 June)
- [webrtc-pc] `addTransceiver(track)` doesn't mention checking the origin of track (Sunday, 18 June)
- [webrtc-pc] When ICE restarts results in connection a new endpoint (Sunday, 18 June)
- [webrtc-pc] Pull Request: Remove "cannot be applied at the media layer" (Sunday, 18 June)
- [webrtc-pc] Pull Request: In data channel send(), remove unneeded conditions (Sunday, 18 June)
- [webrtc-pc] Pull Request: close sctp.transport in pc.close() (Friday, 16 June)
- [webrtc-pc] Pull Request: Add reference to RFC 5245 (Thursday, 15 June)
- [webrtc-pc] Pull Request: replaceTrack should accept nullable argument (Thursday, 15 June)
- [webrtc-pc] Pull Request: RTCDtlsTransport and RTCIceTransport inherit from EventTarget (Tuesday, 13 June)
- [webrtc-pc] Section 8.2: Null selector properly handled by getStats? (Monday, 12 June)
- [webrtc-pc] Pull Request: DTMF playout algorithm for comma (Sunday, 11 June)
- [webrtc-pc] Pull Request: Add reference to RFC 5245 (Sunday, 11 June)
- [webrtc-pc] Pull Request: pc.close() sets pc.signalingState to "closed" (Friday, 9 June)
- [webrtc-pc] Pull Request: Section 4.2.5/4.2.6: Enum Table Inconsistency (Monday, 5 June)
- [webrtc-pc] Pull Request: empty attribute descriptions in ice description (Monday, 5 June)
- [webrtc-pc] Pull Request: Section 11.7 Fix DTMF Examples (Monday, 5 June)
- [webrtc-pc] Section 11.7: DTMF Examples (Monday, 5 June)
- [webrtc-pc] Pull Request: DTMF: Misplaced ";" in playout steps (Monday, 5 June)
- [webrtc-pc] Pull Request: Built-in certificate behavior (Monday, 5 June)
- [webrtc-pc] Pull Request: algorithm for rejecting modification (Monday, 5 June)
- [webrtc-pc] Pull Request: Language in "generateCertificate" description (Thursday, 1 June)
- [webrtc-pc] Built-in certificate behavior (Thursday, 1 June)
Cullen Jennings (fluffy)
Cullen Jennings via GitHub
Djalma Araújo via GitHub
docfaraday via GitHub
Dominique Hazael-Massieux via GitHub
ekr via GitHub
Eric Rescorla
jan-ivar via GitHub
jianjunz via GitHub
Lennart Grahl via GitHub
Miguel París via GitHub
Philipp Hancke
Philipp Hancke via GitHub
Randell Jesup
Rick Waldron via GitHub
Soares Chen via GitHub
- [webrtc-pc] When is ICE gathering triggered? (Friday, 23 June)
- [webrtc-pc] Pull Request: Clarify enqueue is acted on specific connection's operation queue (Friday, 23 June)
- [webrtc-pc] RTCRtpTransceiver setDirection() should throw InvalidStateError error if transceiver is stopped (Thursday, 22 June)
- [webrtc-pc] transceiver.currentDirection should be set to null when stopped (Thursday, 22 June)
- [webrtc-pc] RTCError should have WebIDL-friendly definition (Thursday, 22 June)
- [webrtc-pc] When is the dtmf attribute in RTCRtpSender be set? (Thursday, 22 June)
- [webrtc-pc] Should even/odd id validation be enforced in createDataChannel when negotiated is true? (Wednesday, 21 June)
- [webrtc-pc] ResourceInUse exception is not defined (Wednesday, 21 June)
- [webrtc-pc] Pull Request: Add RTCDataChannelPriority enum and step to initialize data channel priority (Friday, 16 June)
- [webrtc-pc] Pull Request: Add reference to JSEP that setLocalDescription triggers ICE gathering (Friday, 16 June)
- [webrtc-pc] Pull Request: Improve description for enqueing operations (Friday, 16 June)
- [webrtc-pc] In data channel send(), remove the condition "If channel's underlying data transport is not established yet, then abort these steps" (Friday, 16 June)
- [webrtc-pc] Setting session description section should have step to set transceiver currentDirection (Thursday, 15 June)
- [webrtc-pc] removeTrack changes transceiver.direction based on on currentDirection not direction (Thursday, 15 June)
- [webrtc-pc] No normative definition for "Determine if negotiation is needed to transmit withTrack in place of the sender's existing track" in replaceTrack (Thursday, 15 June)
- [webrtc-pc] RTCRtpSender replaceTrack should accept nullable argument in WebIDL definition (Thursday, 15 June)
- [webrtc-pc] Inconsistent behaviors of addTrack compared to addTranseiver and sender.replaceTrack (Thursday, 15 June)
- [webrtc-pc] iceGatheringState on connection with data channel only before setRemoteDescription(answer) is set (Tuesday, 13 June)
- [webrtc-pc] close() method should close sctp transport (Tuesday, 13 June)
- [webrtc-pc] Connection states when there is no transceiver and SCTP transport (Tuesday, 13 June)
- [webrtc-pc] Validation for binaryType setter in RTCDataChannel (Tuesday, 13 June)
- [webrtc-pc] Origin value for data channel message event (Tuesday, 13 June)
- [webrtc-pc] Improve description for semantics of updating bufferedAmount (Tuesday, 13 June)
- [webrtc-pc] Missing initialization of priority attribute when firing datachannel event (Friday, 9 June)
- [webrtc-pc] Public accessor for isClosed (Friday, 9 June)
- [webrtc-pc] RTCDtlsTransport and RTCIceTransport should inherit from EventTarget (Friday, 9 June)
- [webrtc-pc] Relating RTCDtlsTransportState to RTCIceTransportState and RTCIceGathererState (Friday, 9 June)
- [webrtc-pc] What happen to RTCDtlsTransport during ICE restart? (Thursday, 8 June)
- [webrtc-pc] Verbose description for RTCDataChannel default values (Wednesday, 7 June)
- [webrtc-pc] Copy/modify spec from WebSocket for RTCDataChannel's binaryType and onmessage (Wednesday, 7 June)
- [webrtc-pc] Enqueue an operation vs queue a task (Tuesday, 6 June)
- [webrtc-pc] When [[isClosed]] slot turns true, queue a task to update the connection state (Tuesday, 6 June)
- [webrtc-pc] Inconsistencies and race conditions in updating negotiation-needed flag (Monday, 5 June)
- [webrtc-pc] Session description attribute not specified for some steps in check if negotiation is needed (Monday, 5 June)
- [webrtc-pc] Missing definition for obtaining list of all RTCIceTransport and RTCDtlsTransport (Thursday, 1 June)
- [webrtc-pc] Ambiguous connection state when list of transports are empty (Thursday, 1 June)
stefan hakansson via GitHub
- [webrtc-pc] Ignore unsupported url types in setConfiguration (Tuesday, 6 June)
- [webrtc-pc] Make promise rejection/enqueing consistent (Tuesday, 6 June)
- [webrtc-pc] Consider using generic algorithm (Tuesday, 6 June)
- [webrtc-pc] guideline of when to time out an IdP (Thursday, 1 June)
- [webrtc-pc] What happens if cert expires mid call ? (Thursday, 1 June)
- [webrtc-pc] More granular data channel error reporting (Thursday, 1 June)
- [webrtc-pc] Do we ned to control what is in SNI and Certname of DTLS connections (Thursday, 1 June)
- [webrtc-pc] Check crypto suites (Thursday, 1 June)
- [webrtc-pc] Refine error reporting for identity assertion (Thursday, 1 June)
- [webrtc-pc] Extend privacy note to clarify regarding defaultIceServers (Thursday, 1 June)
- [webrtc-pc] Clarify '"trusted" origins' (Thursday, 1 June)
- [webrtc-pc] What happens if ufrag differs between different SDPs applied (Thursday, 1 June)
- [webrtc-pc] Make 4.3.1. referenceable (Thursday, 1 June)
- [webrtc-pc] Check for state when "setting an RTCSessionDescription description" (Thursday, 1 June)
- [webrtc-pc] when voiceActivityDetection is false, that browser must send media even if it silent (Thursday, 1 June)
- [webrtc-pc] Clarify "cannot be applied at the media layer" (Thursday, 1 June)
Stefan Håkansson LK
- Re: Dealing with mux and non mux WebRTC (Saturday, 24 June)
- Transiting to CR - issues we need to resolve (Thursday, 22 June)
- Time slot picked for late June Virtual Interim (Tuesday, 20 June)
- "Priority and QoS model" (Sunday, 18 June)
- Re: Doodle poll for late June/early July virtual interim (Saturday, 17 June)
- Fwd: TPAC 2017 registration now open (Thursday, 15 June)
- Re: A19 - Was: Re: Review of May 15 WebRTC 1.0 draft - (Thursday, 15 June)
- API to access file system (was Re: Review of May 15 WebRTC 1.0 draft) (Wednesday, 14 June)
- Doodle poll for late June/early July virtual interim (Wednesday, 14 June)
- Raw notes from VI that just ended (Wednesday, 7 June)
- Re: Review of May 15 WebRTC 1.0 draft (Wednesday, 7 June)
- Re: Reminder: Virtual Interim tomorrow (Wednesday, 7 June)
- Reminder: Virtual Interim tomorrow (Tuesday, 6 June)
Taylor Brandstetter
Taylor Brandstetter via GitHub
Tobie Langel via GitHub
Varun Singh
Varun Singh via GitHub
Vivien Lacourba
Vivien Lacourba via GitHub
W3C Webmaster via GitHub API
youennf via GitHub
Last message date: Friday, 30 June 2017 22:49:32 UTC