You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 25, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
-
# Open Media Streamer JavaScript SDK
1
+
# Open WebRTC Toolkit JavaScript SDK
2
2
3
-
Open Media Streamer JavaScript SDK builds on top of the W3C standard WebRTC APIs to accelerate development of real-time communications (RTC) for web applications, including peer-to-peer, broadcasting, and conference mode communications.
3
+
Open WebRTC Toolkit JavaScript SDK builds on top of the W3C standard WebRTC APIs to accelerate development of real-time communications (RTC) for web applications, including peer-to-peer, broadcasting, and conference mode communications.
4
4
5
5
## How to build release package
6
6
1. Run `npm install -g grunt-cli` to install grunt.
@@ -16,11 +16,11 @@ Run `grunt debug` in "scripts" folder and get files in "dist/sdk-debug".
16
16
Run `grunt jsdoc` in "scripts" folder and get docs in "dist/docs".
17
17
18
18
## How to contribute
19
-
We warmly welcome community contributions to Open Media Streamer JavaScript SDK repository. If you are willing to contribute your features and ideas to OMS, follow the process below:
19
+
We warmly welcome community contributions to Open WebRTC Toolkit JavaScript SDK repository. If you are willing to contribute your features and ideas to OWT, follow the process below:
20
20
- Make sure your patch will not break anything, including all the build and tests
21
-
- Submit a pull request onto https://github.com/open-media-streamer/oms-client-javascript/pulls
21
+
- Submit a pull request onto https://github.com/open-webrtc-toolkit/owt-client-javascript/pulls
22
22
- Watch your patch for review comments if any, until it is accepted and merged
23
-
OMS project is licensed under Apache License, Version 2.0. By contributing to the project, you agree to the license and copyright terms therein and release your contributions under these terms.
23
+
OWT project is licensed under Apache License, Version 2.0. By contributing to the project, you agree to the license and copyright terms therein and release your contributions under these terms.
Copy file name to clipboardExpand all lines: docs/mdfiles/index.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,18 +1,18 @@
1
-
Open Media Streamer Client SDK for JavaScript
1
+
Open WebRTC Toolkit Client SDK for JavaScript
2
2
------------------
3
3
4
4
# 1 Introduction
5
-
The Open Media Streamer Client SDK for JavaScript provides tools to help you develop Web applications. The SDK is distributed in the `CS_WebRTC_Client_SDK_JavaScript.<ver>.zip` release package.
5
+
The Open WebRTC Toolkit Client SDK for JavaScript provides tools to help you develop Web applications. The SDK is distributed in the `CS_WebRTC_Client_SDK_JavaScript.<ver>.zip` release package.
6
6
7
7
Refer to the SDK release notes for the latest information on the SDK release package, including features, supported browsers, bug fixes, and known issues.
8
8
9
-
Please include `adapter.js` before `oms.js` in HTML files. `adapter.js` is an open source project hosted on [Github](https://github.com/webrtc/adapter). The revision we depend on is `4.0.2`.
9
+
Please include `adapter.js` before `owt.js` in HTML files. `adapter.js` is an open source project hosted on [Github](https://github.com/webrtc/adapter). The revision we depend on is `4.0.2`.
10
10
11
-
If you want to use conference SDK, please also include `socket.io.js` before `oms.js`.
11
+
If you want to use conference SDK, please also include `socket.io.js` before `owt.js`.
12
12
13
13
# 2 Browser requirement
14
14
15
-
The Open Media Streamer Client SDK for JavaScript has been tested on the following browsers and operating systems:
15
+
The Open WebRTC Toolkit Client SDK for JavaScript has been tested on the following browsers and operating systems:
16
16
17
17
Conference Mode:
18
18
@@ -63,15 +63,15 @@ Developers can help end users to make these changes by Firefox extension.
63
63
> **Note:** End users need to visit your site with https if they want to use screen sharing.
64
64
65
65
# 4 NAT and firewall traversal
66
-
Open Media Streamer Client SDK for JavaScript fully supports NAT and firewall traversal with STUN / TURN / ICE. The Coturn TURN server from https://github.com/coturn/coturn can be one choice.
66
+
Open WebRTC Toolkit Client SDK for JavaScript fully supports NAT and firewall traversal with STUN / TURN / ICE. The Coturn TURN server from https://github.com/coturn/coturn can be one choice.
67
67
68
68
# 5 Peer-to-peer (P2P) mode
69
69
To enable P2P chat, copy and paste the following code into the head section of your HTML document:
0 commit comments