Re: [webrtc-pc] Should media capabilities influence what is exposed in what is exposed in WebRTC offers and answers (#2929)

@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