- From: Bernard Aboba via GitHub <sysbot+gh@w3.org>
- Date: Sat, 20 Jan 2024 00:15:09 +0000
- To: public-webrtc-logs@w3.org
@henbos At one point, you noticed that `getCapabilities()` could return a different answer when it was called *before* `createOffer()` as compared with *after*. This was because `createOffer()` is async and would have enumerated all the hardware resources before returning (which would then be reflected in what was returned in `getCapabilities()`). I am wondering if the same effect is seen with MediaCapabilities. -- GitHub Notification of comment by aboba Please view or discuss this issue at https://github.com/w3c/webrtc-pc/issues/2929#issuecomment-1901388470 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Saturday, 20 January 2024 00:15:11 UTC