-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Stop initialization if WebRTC is disabled #174
Comments
Sorry, which initialization process do you mean? |
@chcunningham My understand is that |
I would substitute the word "query" for "initialize". The MC API should not change any state held by the UA. If webrtc is disabled, all queries for webrtc capabilities should come back with supported=false. |
@chcunningham Thanks for explaining it! I think this one is clear and done. |
Thanks! |
Breaking this item out from #170. (@NalaGinrut, for tracking)
WebRTC
issueThe
MediaDecodingType
hasWebRTC
option that is used to represent a configuration that is meant to be received usingRTCPeerConnection
. However,WebRTC
has known privacy issues: https://wiki.mozilla.org/Media/WebRTC/PrivacyQuestion:
Is it possible to stop the initialization process if theWebRTC
was disabled?The text was updated successfully, but these errors were encountered: