mirror of
https://github.com/thangisme/notes.git
synced 2024-11-01 02:27:20 -04:00
299 lines
5.6 KiB
JSON
299 lines
5.6 KiB
JSON
|
{
|
||
|
"title":"WebRTC Peer-to-peer connections",
|
||
|
"description":"Method of allowing two users to communicate directly, browser to browser using the RTCPeerConnection API.",
|
||
|
"spec":"https://w3c.github.io/webrtc-pc/",
|
||
|
"status":"wd",
|
||
|
"links":[
|
||
|
{
|
||
|
"url":"http://www.webrtc.org/",
|
||
|
"title":"WebRTC Project site"
|
||
|
},
|
||
|
{
|
||
|
"url":"https://temasys.atlassian.net/wiki/display/TWPP/WebRTC+Plugins",
|
||
|
"title":"Plug-in for support in IE & Safari"
|
||
|
},
|
||
|
{
|
||
|
"url":"http://www.html5labs.com/prototypes/object-rtc/object-rtc/info",
|
||
|
"title":"Prototype implementation for ORTC"
|
||
|
},
|
||
|
{
|
||
|
"url":"https://blogs.windows.com/msedgedev/2017/01/31/introducing-webrtc-microsoft-edge/",
|
||
|
"title":"Introducing WebRTC 1.0 and interoperable real-time communications in Microsoft Edge"
|
||
|
}
|
||
|
],
|
||
|
"bugs":[
|
||
|
|
||
|
],
|
||
|
"categories":[
|
||
|
"JS API"
|
||
|
],
|
||
|
"stats":{
|
||
|
"ie":{
|
||
|
"5.5":"n",
|
||
|
"6":"n",
|
||
|
"7":"n",
|
||
|
"8":"n",
|
||
|
"9":"n",
|
||
|
"10":"n",
|
||
|
"11":"n"
|
||
|
},
|
||
|
"edge":{
|
||
|
"12":"n",
|
||
|
"13":"n",
|
||
|
"14":"n",
|
||
|
"15":"y"
|
||
|
},
|
||
|
"firefox":{
|
||
|
"2":"n",
|
||
|
"3":"n",
|
||
|
"3.5":"n",
|
||
|
"3.6":"n",
|
||
|
"4":"n",
|
||
|
"5":"n",
|
||
|
"6":"n",
|
||
|
"7":"n",
|
||
|
"8":"n",
|
||
|
"9":"n",
|
||
|
"10":"n",
|
||
|
"11":"n",
|
||
|
"12":"n",
|
||
|
"13":"n",
|
||
|
"14":"n",
|
||
|
"15":"n",
|
||
|
"16":"n",
|
||
|
"17":"n",
|
||
|
"18":"n",
|
||
|
"19":"n",
|
||
|
"20":"n",
|
||
|
"21":"n",
|
||
|
"22":"y x",
|
||
|
"23":"y x",
|
||
|
"24":"y x",
|
||
|
"25":"y x",
|
||
|
"26":"y x",
|
||
|
"27":"y x",
|
||
|
"28":"y x",
|
||
|
"29":"y x",
|
||
|
"30":"y x",
|
||
|
"31":"y x",
|
||
|
"32":"y x",
|
||
|
"33":"y x",
|
||
|
"34":"y x",
|
||
|
"35":"y x",
|
||
|
"36":"y x",
|
||
|
"37":"y x",
|
||
|
"38":"y x",
|
||
|
"39":"y x",
|
||
|
"40":"y x",
|
||
|
"41":"y x",
|
||
|
"42":"y x",
|
||
|
"43":"y x",
|
||
|
"44":"y",
|
||
|
"45":"y",
|
||
|
"46":"y",
|
||
|
"47":"y",
|
||
|
"48":"y",
|
||
|
"49":"y",
|
||
|
"50":"y",
|
||
|
"51":"y",
|
||
|
"52":"y",
|
||
|
"53":"y",
|
||
|
"54":"y"
|
||
|
},
|
||
|
"chrome":{
|
||
|
"4":"n",
|
||
|
"5":"n",
|
||
|
"6":"n",
|
||
|
"7":"n",
|
||
|
"8":"n",
|
||
|
"9":"n",
|
||
|
"10":"n",
|
||
|
"11":"n",
|
||
|
"12":"n",
|
||
|
"13":"n",
|
||
|
"14":"n",
|
||
|
"15":"n",
|
||
|
"16":"n",
|
||
|
"17":"n",
|
||
|
"18":"n",
|
||
|
"19":"n",
|
||
|
"20":"n",
|
||
|
"21":"n",
|
||
|
"22":"n",
|
||
|
"23":"y x",
|
||
|
"24":"y x",
|
||
|
"25":"y x",
|
||
|
"26":"y x",
|
||
|
"27":"y x",
|
||
|
"28":"y x",
|
||
|
"29":"y x",
|
||
|
"30":"y x",
|
||
|
"31":"y x",
|
||
|
"32":"y x",
|
||
|
"33":"y x",
|
||
|
"34":"y x",
|
||
|
"35":"y x",
|
||
|
"36":"y x",
|
||
|
"37":"y x",
|
||
|
"38":"y x",
|
||
|
"39":"y x",
|
||
|
"40":"y x",
|
||
|
"41":"y x",
|
||
|
"42":"y x",
|
||
|
"43":"y x",
|
||
|
"44":"y x",
|
||
|
"45":"y x",
|
||
|
"46":"y x",
|
||
|
"47":"y x",
|
||
|
"48":"y x",
|
||
|
"49":"y x",
|
||
|
"50":"y x",
|
||
|
"51":"y x",
|
||
|
"52":"y x",
|
||
|
"53":"y x",
|
||
|
"54":"y x",
|
||
|
"55":"y x",
|
||
|
"56":"y x",
|
||
|
"57":"y x",
|
||
|
"58":"y x",
|
||
|
"59":"y x"
|
||
|
},
|
||
|
"safari":{
|
||
|
"3.1":"n",
|
||
|
"3.2":"n",
|
||
|
"4":"n",
|
||
|
"5":"n",
|
||
|
"5.1":"n",
|
||
|
"6":"n",
|
||
|
"6.1":"n",
|
||
|
"7":"n",
|
||
|
"7.1":"n",
|
||
|
"8":"n",
|
||
|
"9":"n",
|
||
|
"9.1":"n",
|
||
|
"10":"n",
|
||
|
"10.1":"n",
|
||
|
"TP":"n"
|
||
|
},
|
||
|
"opera":{
|
||
|
"9":"n",
|
||
|
"9.5-9.6":"n",
|
||
|
"10.0-10.1":"n",
|
||
|
"10.5":"n",
|
||
|
"10.6":"n",
|
||
|
"11":"n",
|
||
|
"11.1":"n",
|
||
|
"11.5":"n",
|
||
|
"11.6":"n",
|
||
|
"12":"n",
|
||
|
"12.1":"n",
|
||
|
"15":"n",
|
||
|
"16":"n",
|
||
|
"17":"n",
|
||
|
"18":"y x",
|
||
|
"19":"y x",
|
||
|
"20":"y x",
|
||
|
"21":"y x",
|
||
|
"22":"y x",
|
||
|
"23":"y x",
|
||
|
"24":"y x",
|
||
|
"25":"y x",
|
||
|
"26":"y x",
|
||
|
"27":"y x",
|
||
|
"28":"y x",
|
||
|
"29":"y x",
|
||
|
"30":"y x",
|
||
|
"31":"y x",
|
||
|
"32":"y x",
|
||
|
"33":"y x",
|
||
|
"34":"y x",
|
||
|
"35":"y x",
|
||
|
"36":"y x",
|
||
|
"37":"y x",
|
||
|
"38":"y x",
|
||
|
"39":"y x",
|
||
|
"40":"y x",
|
||
|
"41":"y x",
|
||
|
"42":"y x",
|
||
|
"43":"y x",
|
||
|
"44":"y x",
|
||
|
"45":"y x"
|
||
|
},
|
||
|
"ios_saf":{
|
||
|
"3.2":"n",
|
||
|
"4.0-4.1":"n",
|
||
|
"4.2-4.3":"n",
|
||
|
"5.0-5.1":"n",
|
||
|
"6.0-6.1":"n",
|
||
|
"7.0-7.1":"n",
|
||
|
"8":"n",
|
||
|
"8.1-8.4":"n",
|
||
|
"9.0-9.2":"n",
|
||
|
"9.3":"n",
|
||
|
"10.0-10.2":"n"
|
||
|
},
|
||
|
"op_mini":{
|
||
|
"all":"n"
|
||
|
},
|
||
|
"android":{
|
||
|
"2.1":"n",
|
||
|
"2.2":"n",
|
||
|
"2.3":"n",
|
||
|
"3":"n",
|
||
|
"4":"n",
|
||
|
"4.1":"n",
|
||
|
"4.2-4.3":"n",
|
||
|
"4.4":"n",
|
||
|
"4.4.3-4.4.4":"n",
|
||
|
"53":"y x"
|
||
|
},
|
||
|
"bb":{
|
||
|
"7":"n",
|
||
|
"10":"n #1"
|
||
|
},
|
||
|
"op_mob":{
|
||
|
"10":"n",
|
||
|
"11":"n",
|
||
|
"11.1":"n",
|
||
|
"11.5":"n",
|
||
|
"12":"n",
|
||
|
"12.1":"n",
|
||
|
"37":"y x"
|
||
|
},
|
||
|
"and_chr":{
|
||
|
"56":"y x"
|
||
|
},
|
||
|
"and_ff":{
|
||
|
"51":"y"
|
||
|
},
|
||
|
"ie_mob":{
|
||
|
"10":"n",
|
||
|
"11":"n"
|
||
|
},
|
||
|
"and_uc":{
|
||
|
"11":"n"
|
||
|
},
|
||
|
"samsung":{
|
||
|
"4":"y x"
|
||
|
},
|
||
|
"and_qq":{
|
||
|
"1.2":"y x"
|
||
|
}
|
||
|
},
|
||
|
"notes":"Microsoft also offers a compatible implementation known as [ObjectRTC](http://blogs.msdn.com/b/ie/archive/2014/10/27/bringing-interoperable-real-time-communications-to-the-web.aspx). See [Object RTC](http://caniuse.com/#feat=objectrtc) for support details for that API.",
|
||
|
"notes_by_num":{
|
||
|
"1":"BlackBerry 10 recognizes RTCPeerConnection but real support is unconfirmed.",
|
||
|
"2":"Can be enabled via the \"Enable WebRTC 1.0\" flag"
|
||
|
},
|
||
|
"usage_perc_y":63.45,
|
||
|
"usage_perc_a":0,
|
||
|
"ucprefix":false,
|
||
|
"parent":"",
|
||
|
"keywords":"",
|
||
|
"ie_id":"webrtcwebrtcv10api",
|
||
|
"chrome_id":"6612462929444864",
|
||
|
"firefox_id":"webrtc",
|
||
|
"webkit_id":"specification-webrtc",
|
||
|
"shown":true
|
||
|
}
|