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
Issue seems to be the browser blocking fingerprinting. What's weird in this case is, that the unblocking-menu of Brave does not show this, sometimes isn't even accessible. So definitely a browser issue, but maybe calls for better error-handling. Will investigate further.
Please read first!
Please use discuss-webrtc for general technical discussions and questions.
Note: If the checkboxes above are not checked (which you do after the issue is posted), the issue will be closed.
Versions affected
Browser name including version (e.g. Chrome 64.0.3282.119)
Brave Version 1.5.123 Chromium: 80.0.3987.163 (Official Build) (64-bit)
adapter.js (e.g. 6.1.0)
7.5.1
Description
When trying to create an offer for a new RTCPeerConnection the Promise resolves with an undefined value.
Steps to reproduce
Expected results
Promise {<resolved>: Object { type: "offer", ... }}
Actual results
Promise {<resolved>: undefined}
The text was updated successfully, but these errors were encountered: