Browse Source

第一次提交,这个版本是完全基于agora的3.0.1版本美化后的js代码

adam 4 years ago
commit
c0030fd31a
4 changed files with 12147 additions and 0 deletions
  1. 12116
    0
      AgoraRTCSDK.min.js
  2. 1
    0
      LICENSE.md
  3. 3
    0
      README.md
  4. 27
    0
      package.json

+ 12116
- 0
AgoraRTCSDK.min.js
File diff suppressed because it is too large
View File


+ 1
- 0
LICENSE.md View File

@@ -0,0 +1 @@
1
+See [here](https://www.agora.io/en/sdk-license-agreement/?_ga=2.210801749.1535711986.1520219996-1414345485.1520219996) for licensing.

+ 3
- 0
README.md View File

@@ -0,0 +1,3 @@
1
+# AgoraRTC SDK (Web)
2
+For publishing npm package AgoraRTC SDK (Web).  
3
+Get more infomation from [https://www.agora.io](https://www.agora.io/en/).

+ 27
- 0
package.json View File

@@ -0,0 +1,27 @@
1
+{
2
+  "name": "agora-rtc-sdk",
3
+  "version": "3.0.1",
4
+  "description": "AgoraRTC SDK for web",
5
+  "main": "AgoraRTCSDK.min.js",
6
+  "scripts": {
7
+    "test": "echo \"Error: no test specified\" && exit 1"
8
+  },
9
+  "repository": {
10
+    "type": "git",
11
+    "url": "git+https://github.com/AgoraIO/web-archive.git"
12
+  },
13
+  "keywords": [
14
+    "Agora",
15
+    "Webrtc",
16
+    "Javascript"
17
+  ],
18
+  "author": "agora",
19
+  "license": "SEE LICENSE IN LICENSE.md",
20
+  "bugs": {
21
+    "url": "https://github.com/AgoraIO/web-archive/issues"
22
+  },
23
+  "homepage": "https://github.com/AgoraIO/web-archive#readme",
24
+  "__npminstall_done": "Sat Mar 07 2020 23:22:58 GMT+0800 (GMT+08:00)",
25
+  "_from": "agora-rtc-sdk@3.0.1",
26
+  "_resolved": "https://registry.npm.taobao.org/agora-rtc-sdk/download/agora-rtc-sdk-3.0.1.tgz"
27
+}