rtcpeerconnection.json 7.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422
  1. {
  2. "title":"WebRTC Peer-to-peer connections",
  3. "description":"Method of allowing two users to communicate directly, browser to browser using the RTCPeerConnection API.",
  4. "spec":"https://w3c.github.io/webrtc-pc/",
  5. "status":"wd",
  6. "links":[
  7. {
  8. "url":"http://www.webrtc.org/",
  9. "title":"WebRTC Project site"
  10. },
  11. {
  12. "url":"https://temasys.atlassian.net/wiki/display/TWPP/WebRTC+Plugins",
  13. "title":"Plug-in for support in IE & Safari"
  14. },
  15. {
  16. "url":"http://www.html5labs.com/prototypes/object-rtc/object-rtc/info",
  17. "title":"Prototype implementation for ORTC"
  18. },
  19. {
  20. "url":"https://blogs.windows.com/msedgedev/2017/01/31/introducing-webrtc-microsoft-edge/",
  21. "title":"Introducing WebRTC 1.0 and interoperable real-time communications in Microsoft Edge"
  22. }
  23. ],
  24. "bugs":[
  25. ],
  26. "categories":[
  27. "JS API"
  28. ],
  29. "stats":{
  30. "ie":{
  31. "5.5":"n",
  32. "6":"n",
  33. "7":"n",
  34. "8":"n",
  35. "9":"n",
  36. "10":"n",
  37. "11":"n"
  38. },
  39. "edge":{
  40. "12":"n",
  41. "13":"n",
  42. "14":"n",
  43. "15":"a #3",
  44. "16":"a #3",
  45. "17":"a #3",
  46. "18":"a #3",
  47. "79":"y",
  48. "80":"y",
  49. "81":"y",
  50. "83":"y",
  51. "84":"y",
  52. "85":"y",
  53. "86":"y"
  54. },
  55. "firefox":{
  56. "2":"n",
  57. "3":"n",
  58. "3.5":"n",
  59. "3.6":"n",
  60. "4":"n",
  61. "5":"n",
  62. "6":"n",
  63. "7":"n",
  64. "8":"n",
  65. "9":"n",
  66. "10":"n",
  67. "11":"n",
  68. "12":"n",
  69. "13":"n",
  70. "14":"n",
  71. "15":"n",
  72. "16":"n",
  73. "17":"n",
  74. "18":"n",
  75. "19":"n",
  76. "20":"n",
  77. "21":"n",
  78. "22":"y x",
  79. "23":"y x",
  80. "24":"y x",
  81. "25":"y x",
  82. "26":"y x",
  83. "27":"y x",
  84. "28":"y x",
  85. "29":"y x",
  86. "30":"y x",
  87. "31":"y x",
  88. "32":"y x",
  89. "33":"y x",
  90. "34":"y x",
  91. "35":"y x",
  92. "36":"y x",
  93. "37":"y x",
  94. "38":"y x",
  95. "39":"y x",
  96. "40":"y x",
  97. "41":"y x",
  98. "42":"y x",
  99. "43":"y x",
  100. "44":"y",
  101. "45":"y",
  102. "46":"y",
  103. "47":"y",
  104. "48":"y",
  105. "49":"y",
  106. "50":"y",
  107. "51":"y",
  108. "52":"y",
  109. "53":"y",
  110. "54":"y",
  111. "55":"y",
  112. "56":"y",
  113. "57":"y",
  114. "58":"y",
  115. "59":"y",
  116. "60":"y",
  117. "61":"y",
  118. "62":"y",
  119. "63":"y",
  120. "64":"y",
  121. "65":"y",
  122. "66":"y",
  123. "67":"y",
  124. "68":"y",
  125. "69":"y",
  126. "70":"y",
  127. "71":"y",
  128. "72":"y",
  129. "73":"y",
  130. "74":"y",
  131. "75":"y",
  132. "76":"y",
  133. "77":"y",
  134. "78":"y",
  135. "79":"y",
  136. "80":"y",
  137. "81":"y",
  138. "82":"y",
  139. "83":"y"
  140. },
  141. "chrome":{
  142. "4":"n",
  143. "5":"n",
  144. "6":"n",
  145. "7":"n",
  146. "8":"n",
  147. "9":"n",
  148. "10":"n",
  149. "11":"n",
  150. "12":"n",
  151. "13":"n",
  152. "14":"n",
  153. "15":"n",
  154. "16":"n",
  155. "17":"n",
  156. "18":"n",
  157. "19":"n",
  158. "20":"n",
  159. "21":"n",
  160. "22":"n",
  161. "23":"y x",
  162. "24":"y x",
  163. "25":"y x",
  164. "26":"y x",
  165. "27":"y x",
  166. "28":"y x",
  167. "29":"y x",
  168. "30":"y x",
  169. "31":"y x",
  170. "32":"y x",
  171. "33":"y x",
  172. "34":"y x",
  173. "35":"y x",
  174. "36":"y x",
  175. "37":"y x",
  176. "38":"y x",
  177. "39":"y x",
  178. "40":"y x",
  179. "41":"y x",
  180. "42":"y x",
  181. "43":"y x",
  182. "44":"y x",
  183. "45":"y x",
  184. "46":"y x",
  185. "47":"y x",
  186. "48":"y x",
  187. "49":"y x",
  188. "50":"y x",
  189. "51":"y x",
  190. "52":"y x",
  191. "53":"y x",
  192. "54":"y x",
  193. "55":"y x",
  194. "56":"y",
  195. "57":"y",
  196. "58":"y",
  197. "59":"y",
  198. "60":"y",
  199. "61":"y",
  200. "62":"y",
  201. "63":"y",
  202. "64":"y",
  203. "65":"y",
  204. "66":"y",
  205. "67":"y",
  206. "68":"y",
  207. "69":"y",
  208. "70":"y",
  209. "71":"y",
  210. "72":"y",
  211. "73":"y",
  212. "74":"y",
  213. "75":"y",
  214. "76":"y",
  215. "77":"y",
  216. "78":"y",
  217. "79":"y",
  218. "80":"y",
  219. "81":"y",
  220. "83":"y",
  221. "84":"y",
  222. "85":"y",
  223. "86":"y",
  224. "87":"y",
  225. "88":"y",
  226. "89":"y"
  227. },
  228. "safari":{
  229. "3.1":"n",
  230. "3.2":"n",
  231. "4":"n",
  232. "5":"n",
  233. "5.1":"n",
  234. "6":"n",
  235. "6.1":"n",
  236. "7":"n",
  237. "7.1":"n",
  238. "8":"n",
  239. "9":"n",
  240. "9.1":"n",
  241. "10":"n",
  242. "10.1":"n",
  243. "11":"y",
  244. "11.1":"y",
  245. "12":"y",
  246. "12.1":"y",
  247. "13":"y",
  248. "13.1":"y",
  249. "14":"y",
  250. "TP":"y"
  251. },
  252. "opera":{
  253. "9":"n",
  254. "9.5-9.6":"n",
  255. "10.0-10.1":"n",
  256. "10.5":"n",
  257. "10.6":"n",
  258. "11":"n",
  259. "11.1":"n",
  260. "11.5":"n",
  261. "11.6":"n",
  262. "12":"n",
  263. "12.1":"n",
  264. "15":"n",
  265. "16":"n",
  266. "17":"n",
  267. "18":"y x",
  268. "19":"y x",
  269. "20":"y x",
  270. "21":"y x",
  271. "22":"y x",
  272. "23":"y x",
  273. "24":"y x",
  274. "25":"y x",
  275. "26":"y x",
  276. "27":"y x",
  277. "28":"y x",
  278. "29":"y x",
  279. "30":"y x",
  280. "31":"y x",
  281. "32":"y x",
  282. "33":"y x",
  283. "34":"y x",
  284. "35":"y x",
  285. "36":"y x",
  286. "37":"y x",
  287. "38":"y x",
  288. "39":"y x",
  289. "40":"y x",
  290. "41":"y x",
  291. "42":"y x",
  292. "43":"y",
  293. "44":"y",
  294. "45":"y",
  295. "46":"y",
  296. "47":"y",
  297. "48":"y",
  298. "49":"y",
  299. "50":"y",
  300. "51":"y",
  301. "52":"y",
  302. "53":"y",
  303. "54":"y",
  304. "55":"y",
  305. "56":"y",
  306. "57":"y",
  307. "58":"y",
  308. "60":"y",
  309. "62":"y",
  310. "63":"y",
  311. "64":"y",
  312. "65":"y",
  313. "66":"y",
  314. "67":"y",
  315. "68":"y",
  316. "69":"y",
  317. "70":"y",
  318. "71":"y"
  319. },
  320. "ios_saf":{
  321. "3.2":"n",
  322. "4.0-4.1":"n",
  323. "4.2-4.3":"n",
  324. "5.0-5.1":"n",
  325. "6.0-6.1":"n",
  326. "7.0-7.1":"n",
  327. "8":"n",
  328. "8.1-8.4":"n",
  329. "9.0-9.2":"n",
  330. "9.3":"n",
  331. "10.0-10.2":"n",
  332. "10.3":"n",
  333. "11.0-11.2":"y",
  334. "11.3-11.4":"y",
  335. "12.0-12.1":"y",
  336. "12.2-12.4":"y",
  337. "13.0-13.1":"y",
  338. "13.2":"y",
  339. "13.3":"y",
  340. "13.4-13.7":"y",
  341. "14":"y"
  342. },
  343. "op_mini":{
  344. "all":"n"
  345. },
  346. "android":{
  347. "2.1":"n",
  348. "2.2":"n",
  349. "2.3":"n",
  350. "3":"n",
  351. "4":"n",
  352. "4.1":"n",
  353. "4.2-4.3":"n",
  354. "4.4":"n",
  355. "4.4.3-4.4.4":"n",
  356. "81":"y"
  357. },
  358. "bb":{
  359. "7":"n",
  360. "10":"n #1"
  361. },
  362. "op_mob":{
  363. "10":"n",
  364. "11":"n",
  365. "11.1":"n",
  366. "11.5":"n",
  367. "12":"n",
  368. "12.1":"n",
  369. "59":"y"
  370. },
  371. "and_chr":{
  372. "85":"y"
  373. },
  374. "and_ff":{
  375. "79":"y"
  376. },
  377. "ie_mob":{
  378. "10":"n",
  379. "11":"n"
  380. },
  381. "and_uc":{
  382. "12.12":"n"
  383. },
  384. "samsung":{
  385. "4":"y x",
  386. "5.0-5.4":"y x",
  387. "6.2-6.4":"y x",
  388. "7.2-7.4":"y x",
  389. "8.2":"y x",
  390. "9.2":"y x",
  391. "10.1":"y x",
  392. "11.1-11.2":"y x",
  393. "12.0":"y x"
  394. },
  395. "and_qq":{
  396. "10.4":"y x"
  397. },
  398. "baidu":{
  399. "7.12":"y x"
  400. },
  401. "kaios":{
  402. "2.5":"y"
  403. }
  404. },
  405. "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](https://caniuse.com/#feat=objectrtc) for support details for that API.",
  406. "notes_by_num":{
  407. "1":"BlackBerry 10 recognizes RTCPeerConnection but real support is unconfirmed.",
  408. "2":"Can be enabled via the \"Enable WebRTC 1.0\" flag",
  409. "3":"Edge does not support RTCDataChannel. See [API Catalogue](https://developer.microsoft.com/en-us/microsoft-edge/platform/catalog/?q=specName%3Awebrtc)"
  410. },
  411. "usage_perc_y":93.96,
  412. "usage_perc_a":0.43,
  413. "ucprefix":false,
  414. "parent":"",
  415. "keywords":"",
  416. "ie_id":"webrtcwebrtcv10api",
  417. "chrome_id":"6612462929444864",
  418. "firefox_id":"webrtc",
  419. "webkit_id":"specification-webrtc",
  420. "shown":true
  421. }