- From: François Beaufort via GitHub <sysbot+gh@w3.org>
- Date: Fri, 30 Sep 2022 07:40:40 +0000
- To: public-webrtc@w3.org
beaufortfrancois has just created a new issue for https://github.com/w3c/mediacapture-screen-share: == Address nullability of DisplayMediaStreamOptions.controller == I believe we should make the new `CaptureController controller` member in the `DisplayMediaStreamOptions` dictionary either: - optional with `CaptureController? controller = null;`- even though it is already optional according to https://webidl.spec.whatwg.org/#dictionary-member-optional, - or remove the `= null;` part that was added in https://github.com/w3c/mediacapture-screen-share/pull/235/commits/73770e40390ebc25fbad80a5a7171da53d487afc https://github.com/w3c/mediacapture-screen-share/blob/7857efe4c25628af2e25fca5eda9ab93927c9bd3/index.html#L913 Please view or discuss this issue at https://github.com/w3c/mediacapture-screen-share/issues/236 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Friday, 30 September 2022 07:40:41 UTC