- From: Byoungchan Lee via GitHub <sysbot+gh@w3.org>
- Date: Wed, 05 Oct 2022 01:42:29 +0000
- To: public-webrtc-logs@w3.org
The mismatch between `getCapabilities()` and `MediaCapabilities` in Chrome seems to have been fixed. It seems related to https://chromium-review.googlesource.com/c/chromium/src/+/3876268 To check the results of `MediaCapabilities`, I used https://webrtc.internaut.com/mc with some edits: ``` js var modes = ["L1T1","L1T2","L1T3","L2T1","L2T1_KEY","L2T1h","L2T2","L2T2_KEY","L2T2_KEY_SHIFT", "L2T2h","L2T3","L2T3_KEY","L2T3_KEY_SHIFT","L2T3h","L3T1","L3T1_KEY","L3T1h","L3T2", "L3T2_KEY","L3T2_KEY_SHIFT","L3T2h","L3T3","L3T3_KEY","L3T3_KEY_SHIFT","L3T3h","S2T1", "S2T1h","S2T2","S2T2h","S2T3","S2T3h","S3T1","S3T1h","S3T2","S3T2h","S3T3","S3T3h"]; ``` -- GitHub Notification of comment by bc-lee Please view or discuss this issue at https://github.com/w3c/webrtc-svc/issues/49#issuecomment-1267807094 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Wednesday, 5 October 2022 01:42:31 UTC