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
Copy file name to clipboardexpand all lines: CONTRIBUTING.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
<!-- vale off -->
4
4
5
-
Thank you for investing your time in contributing to our project & Any contribution you make will be reflected on [100ms Docs](https://docs.100ms.live/)
5
+
Thank you for investing your time in contributing to our project & Any contribution you make will be reflected on [100ms.live Docs](https://docs.100ms.live/)
6
6
7
7
<!-- vale on-->
8
8
@@ -39,4 +39,4 @@ When you're done making the changes, open a pull request, often referred to as a
Copy file name to clipboardexpand all lines: common/basics.md
+8-8
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,14 @@
1
1
## Architecture
2
2
3
-
100ms is a cloud platform that allows developers to add video and audio conferencing to Web, Android and iOS applications.
3
+
100ms.live is a cloud platform that allows developers to add video and audio conferencing to Web, Android and iOS applications.
4
4
5
5
The platform provides REST APIs, SDKs, and a dashboard that makes it simple to capture, distribute, record, and render live interactive audio, video.
6
6
7
-
Any application built using 100ms' SDK has 2 components.
7
+
Any application built using 100ms.live's SDK has 2 components.
8
8
9
-
-**Client:** Use 100ms android, iOS, Web SDKs to manage connections, room states, render audio/video.
9
+
-**Client:** Use android, iOS, Web SDKs to manage connections, room states, render audio/video.
10
10
11
-
-**Server:** Use 100ms' APIs or dashboard to create rooms, setup room templates, trigger recording or RTMP streaming, access events.
11
+
-**Server:** Use our APIs or dashboard to create rooms, setup room templates, trigger recording or RTMP streaming, access events.
12
12
13
13

14
14
@@ -24,13 +24,13 @@ Any application built using 100ms' SDK has 2 components.
24
24
-`Template` A template is a collection of roles, room settings, recording and RTMP settings (if used), that are used by the SDK to decide which geography to connect to, which tracks to return to the client, whether to turn on recording when a room is created, etc. Each room is associated with a template.
25
25
-`Destinations` Destinations is used to save audio/video calls for offline viewing. 100ms supports 2 kinds of recording - [SFU recording](/javascript/v2/foundation/recordings#sfu-recording-advanced) and [Browser recording](/javascript/v2/foundation/recordings#browser-recording-recommended). Also, `HLS enabled` configuration will allow you to live stream your room over HLS.
26
26
-`RTMP` RTMP streaming is used to live stream your video conferencing apps to platforms like YouTube, Twitch, Facebook, MUX, etc.
27
-
-`Webhooks` Webhook is an HTTP(S) endpoint used for pushing the notifications to your application. It will be invoked by 100ms servers to notify events of your room.
27
+
-`Webhooks` Webhook is an HTTP(S) endpoint used for pushing the notifications to your application. It will be invoked by 100ms.live servers to notify events of your room.
28
28
-`Workspace` A workspace is an isolated environment which contains account data like templates, rooms, room and session history, etc. You can use workspaces to represent environments like “Production” and “Development” and invite team members to a workspace.
29
29
30
-
## What are the steps to build a live app with 100ms?
31
-
1. Sign up on 100ms using the **Try For Free** button in the top navbar.
30
+
## What are the steps to build a live app with 100ms.live?
31
+
1. Sign up on 100ms.live using the **Try For Free** button in the top navbar.
32
32
33
-

33
+

34
34
35
35
2. Once you're logged in to the dashboard, click on `Create Room`
Create an account at [Dashboard of 100ms](https://dashboard.100ms.live/)
35
+
Create an account at [Dashboard of 100ms.live](https://dashboard.100ms.live/)
36
36
37
37
After you have created your account you have to Confirm your Email , check the promotions tab in your Mail Box if you can't find it.
38
38
@@ -50,7 +50,7 @@ After you're App is set click on "Go to Dashboard" or [Go Here](https://dashboar
50
50
51
51
## Get Token Endpoint
52
52
53
-
Any service calling 100ms' REST APIs need to authenticate using a management token. You can generate Tokens via `Token Generation endpoint` that is provided by 100ms.
53
+
Any service calling 100ms' REST APIs need to authenticate using a management token. You can generate Tokens via `Token Generation endpoint` that is provided by 100ms.live
54
54
55
55
After you're done with creating an account head over to the developer section of [100ms Dashboard](https://dashboard.100ms.live/developer). You will find all `Access Credentials` here including `Token Endpoint`.
Copy file name to clipboardexpand all lines: lib/algolia/getRecords.js
+2-2
Original file line number
Diff line number
Diff line change
@@ -26,9 +26,9 @@ async function updateIndex() {
26
26
constfaqs=[
27
27
{
28
28
platform: 'Common',
29
-
questions: 'What is the inspiration behind the name, 100ms?',
29
+
questions: 'What is the inspiration behind the name, 100ms.live?',
30
30
answers:
31
-
'We got the name 100ms inspired by the "100ms latency rule" concept from Gmail creator Paul Buchheit, who said that 100ms is the threshold "where interactions feel instantaneous". Why?'
31
+
'We got the name inspired by the "100ms latency rule" concept from Gmail creator Paul Buchheit, who said that 100ms is the threshold "where interactions feel instantaneous". Why?'
0 commit comments