Confirmed users
325
edits
(→WebRTC: move headers up a level so we don't duplicate the page title) |
(UX and security issues) |
||
Line 3: | Line 3: | ||
See [http://webrtc.org/ WebRTC.org] for general information and pointers. | See [http://webrtc.org/ WebRTC.org] for general information and pointers. | ||
See [[Webcam_Sharing]] for Feature UX and security. | == UI Issues == | ||
See [[Webcam_Sharing]] for Feature UX and security around enabling cameras and mics. | |||
== Security == | |||
Security will be a tough problem due to conflicting use-case requirements. See [http://www.ietf.org/proceedings/81/slides/rtcweb-10.pdf IETF Security Considerations] for an overview of some of the issues. | |||
Main topics: | |||
* camera/mic enabling (and disabling) | |||
* avoidance of accidental/tricked/malicious calling | |||
* security of other information stored in the browser in the face of a rough rtcweb app or compromised server. | |||
== Rough Todo == | == Rough Todo == |