public-webrtc-logs@w3.org from April 2021 by subject

[mediacapture-image] Does PTZ look good to you? (#263)

[mediacapture-image] Enforcing user gesture for getUserMedia in case of PTZ request (#254)

[mediacapture-image] Optional MIME type as argument for takePhoto() (#278)

[mediacapture-image] Should we treat PTZ constraints given to getUserMedia as booleans (#270)

[mediacapture-main] Pull Request: Provide guidelines for getUserMedia default values

[mediacapture-main] Pull Request: Update to latest ReSpec version

[mediacapture-main] Update to latest ReSpec version (#784)

[mediacapture-screen-share] Add ability to crop a MediaStream obtained through the share-this-tab API (#158)

[mediacapture-screen-share] Allow screen-captured applications to influence MediaStreamTrack.label (#159)

[mediacapture-screen-share] Allow screen-captured applications to self-declare a capture handle (#159)

[mediacapture-screen-share] API for Grabbing a Screenshot (#160)

[mediacapture-screen-share] Conditional Suppression of Local Audio Playback from Captured Tab (#161)

[mediacapture-screen-share] Define the suppressLocalAudioPlayback constraint (#162)

[mediacapture-screen-share] ensure that a tab selected by the user is what an app really supposed to share (#143)

[mediacapture-screen-share] Identification of Captured Application By Capturer (#166)

[mediacapture-screen-share] Let pages opt-in to capture. (#155)

[mediacapture-screen-share] Pull Request: Define preferredLabel

[mediacapture-screen-share] Pull Request: Define the suppressLocalAudioPlayback constraint

[mediacapture-screen-share] Should top-level transient activation be sufficient for `getDisplayMedia()` on cross-origin iframes with allow="display-capture"? (#167)

[mediacapture-screen-share] Tab-Focus One-Way Hand-Off (Capturer -> Captured) (#165)

[mediacapture-transform] Access to raw metadata (#3)

[mediacapture-transform] Add "real-time" warning/note to MediaStreamTrackGenerator (#20)

[mediacapture-transform] Add description of stability guarantees for feedback messages (#21)

[mediacapture-transform] Controlling channel mechanism is unclear (#24)

[mediacapture-transform] Is MediaStreamTrackProcessor for audio necessary? (#29)

[mediacapture-transform] Is using ReadableStream/WritableStream the right approach? (#4)

[mediacapture-transform] MediaStreamTrackGenerator is underspecified (#25)

[mediacapture-transform] MediaStreamTrackProcessor threading model is underspecified (#27)

[mediacapture-transform] Memory management for incoming frames (#6)

[mediacapture-transform] Out-of-main-thread processing by default (#23)

[mediacapture-transform] Pull Request: Fix code sample

[mediacapture-transform] Should MediaStreamTrackGenerator have an API to fine-tune MediaStreamTrack internal states? (#26)

[mediacapture-transform] Spec examples do processing on main thread (#28)

[webrtc-encoded-transform] Add a new parameter to RTCRtpScriptTransform constructor to allow transferring objects in the options parameter (#96)

[webrtc-encoded-transform] Add use cases that require one-ended encoded streams (#106)

[webrtc-encoded-transform] Add WPT tests covering RTCRtpScriptTransform (#68)

[webrtc-encoded-transform] Add WPT tests covering SFrameTransform (#67)

[webrtc-encoded-transform] Consider using TransformStreams instead of exposing ReadableStream/WritableStream (#48)

[webrtc-encoded-transform] Document the old API that was removed in #64 (#105)

[webrtc-encoded-transform] Encoded frame IDLs share definitions with WebCodecs (#99)

[webrtc-encoded-transform] Handle SFrame error case when encrypting/decrypting (#58)

[webrtc-encoded-transform] https://streams.spec.whatwg.org/#readablestream-create is no longer valid (#97)

[webrtc-encoded-transform] Pull Request: Add a new parameter to RTCRtpScriptTransform constructor to allow transferring objects in the options parameter

[webrtc-encoded-transform] Pull Request: Add spec link to explainer

[webrtc-encoded-transform] Pull Request: Expose SFrame errors through SFrameTransform.onerror

[webrtc-encoded-transform] Pull Request: Make use of ReadableStream set up

[webrtc-encoded-transform] Pull Request: Reuse WebCodec audio/video chunk definitions

[webrtc-encoded-transform] Remove CreateEncodedStream variant API (#64)

[webrtc-encoded-transform] Remove WebIDL from explainer.md since they are now in the spec (#93)

[webrtc-encoded-transform] Reuse WebCodec audio/video chunk definitions (#101)

[webrtc-encoded-transform] RTCEncodedAudioFrameMetadata and RTCEncodedVideoFrameMetadata use signed integer values (#100)

[webrtc-encoded-transform] Should there be a RTCConfiguration boolean to prevent data to be sent without being transformed (#104)

[webrtc-encoded-transform] Update examples to showcase RTCRtpScriptTransform (#66)

[webrtc-extensions] adaptivePtime prose unclear; concerns over lack of signaling (#74)

[webrtc-extensions] Add a requestKeyframe() API (#37)

[webrtc-extensions] Add API to control WebRTC encoder, in particular to request key frame (#72)

[webrtc-extensions] Share some connection infrastructure with Fetch (#73)

[webrtc-identity] Pull Request: Update ED URL to drop "identity.html"

[webrtc-pc] [Question] How to recognize a new incomin track as one representing screensharing (#2647)

[webrtc-pc] addIceCandidate may not need to throw an error when no remoteDescription (#2519)

[webrtc-pc] Pull Request: Reflect replacement of emptystring WPT test with newer version

[webrtc-pc] Pull Request: Update to latest ReSpec version

[webrtc-pc] Reflect replacement of emptystring WPT test with newer version (#2646)

[webrtc-pc] Should garbage collecting RTCDataChannels be observable? (#2624)

[webrtc-pc] Update to latest ReSpec version (#2644)

[webrtc-pc] Update to latest ReSpec version (#2645)

[webrtc-pc] webrt - pc (#2643)

[webrtc-stats] Add RTT stats to RemoteOutboundRtpStreamStats (#603)

[webrtc-stats] missing roundTripTime in RTCRemoteOutboundRtpStreamStats (#602)

[webrtc-stats] Need to relate all timestamps to Unix time (#600)

[webrtc-stats] outbound-rtp.active (#597)

[webrtc-stats] Pull Request: Add RTT stats to RemoteOutboundRtpStreamStats

[webrtc-stats] why is candidate stats nullable instead of an empty string? (#601)

[webrtc-stats] Wrong type for video_source_stats.frames (#598)

Closed: [mediacapture-image] Does PTZ look good to you? (#263)

Closed: [mediacapture-image] Sanitize PTZ capabilities/settings based on PTZ permission (#245)

Closed: [mediacapture-image] Should we treat PTZ constraints given to getUserMedia as booleans (#270)

Closed: [mediacapture-main] Document default settings applied to tracks created by getUserMedia (#777)

Closed: [mediacapture-output] Revamp integration with user activation (#107)

Closed: [mediacapture-screen-share] Allow screen-captured applications to self-declare a capture handle (#159)

Closed: [mediacapture-transform] Access to raw metadata (#3)

Closed: [mediacapture-transform] Rename spec to Mediacapture Transform? (#17)

Closed: [webrtc-encoded-transform] Add WPT tests covering RTCRtpScriptTransform (#68)

Closed: [webrtc-encoded-transform] Add WPT tests covering SFrameTransform (#67)

Closed: [webrtc-encoded-transform] Consider using TransformStreams instead of exposing ReadableStream/WritableStream (#48)

Closed: [webrtc-encoded-transform] How to easily support messaging between RTCScriptTransform and RTCScriptTransformer (#94)

Closed: [webrtc-encoded-transform] https://streams.spec.whatwg.org/#readablestream-create is no longer valid (#97)

Closed: [webrtc-encoded-transform] Remove WebIDL from explainer.md (#83)

Closed: [webrtc-encoded-transform] Security evaluation (#20)

Closed: [webrtc-encoded-transform] Update examples to showcase RTCRtpScriptTransform (#66)

Closed: [webrtc-pc] [Question] How to recognize a new incomin track as one representing screensharing (#2647)

Closed: [webrtc-pc] webrt - pc (#2643)

Last message date: Friday, 30 April 2021 07:10:29 UTC