UNPKG
zdpjs_webrtc
Version:
latest (0.1.2)
0.1.2
0.1.1
0.1.0
基于easyrtc二次开发的webrtc框架
github.com/zhangdapeng520/zdpjs_webrtc
zhangdapeng520/zdpjs_webrtc
zdpjs_webrtc
/
test
/
api
/
spec
/
index.js
19 lines
(14 loc)
•
226 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/* Script: index.js This file is part of EasyRTC. */
/*global define */
define
([
// Load specs
'spec/api/adapter'
,
'spec/api/easyrtc_int'
, ],
function
(
) {
'use strict'
; });