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
RtpHeaderExtensionInit (and RtpHeaderExtension) has a DOMString uri member identifying the extension. This means only extensions WebRTC knows about can be used.
The uri should probably be changed to an extensionId instead.