You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Will take a look at the code, but I'm not sure about putting this in web-capabilities. I think the original intent with web-capabilities was more browser API support type stuff, as opposed to media-level/SDP negotiation like this. Like, I don't think we'd put check for things like "mid-rid" or "simulcast" in here, and codec-level stuff to me feels like it's on the level of stuff like that, as opposed to things like "is some w3c api supported"
Will take a look at the code, but I'm not sure about putting this in web-capabilities. I think the original intent with web-capabilities was more browser API support type stuff, as opposed to media-level/SDP negotiation like this. Like, I don't think we'd put check for things like "mid-rid" or "simulcast" in here, and codec-level stuff to me feels like it's on the level of stuff like that, as opposed to things like "is some w3c api supported"
If WebCapabilities class is for w3c apis then maybe new class for CodecInfo that can tell us info about current browser codecs like BrowserInfo tells us about current browser
5452bbe (#14) (something like this but with better implementation)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
isCapableOfReceivingVideoCodecmethod to determine the presence of H.264 and AV1 codecs, respectively.