Skip to content

Commit ee9dc77

Browse files
author
gulzardev
committed
Merge branch 'wav-audio-playback' of https://github.com/100mslive/100ms-docs into wav-audio-playback
2 parents a4938c3 + 3eb805c commit ee9dc77

File tree

10 files changed

+58
-26
lines changed

10 files changed

+58
-26
lines changed

CONTRIBUTING.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<!-- vale off -->
44

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/)
66

77
<!-- vale on-->
88

@@ -39,4 +39,4 @@ When you're done making the changes, open a pull request, often referred to as a
3939

4040
### Your PR is merged!
4141

42-
Congratulations 🎉 100ms team thanks you 🥳
42+
Congratulations 🎉 100ms.live team thanks you 🥳

common/basics.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
## Architecture
22

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.
44

55
The platform provides REST APIs, SDKs, and a dashboard that makes it simple to capture, distribute, record, and render live interactive audio, video.
66

7-
Any application built using 100ms' SDK has 2 components.
7+
Any application built using 100ms.live's SDK has 2 components.
88

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.
1010

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.
1212

1313
![Architecture](/docs/v2/arch.png)
1414

@@ -24,13 +24,13 @@ Any application built using 100ms' SDK has 2 components.
2424
- `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.
2525
- `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.
2626
- `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.
2828
- `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.
2929

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.
3232

33-
![Signup for 100ms account](/docs/v2/signup.png)
33+
![Signup for 100ms.live account](/docs/v2/signup.png)
3434

3535
2. Once you're logged in to the dashboard, click on `Create Room`
3636

docs/javascript/v2/release-notes/release-notes.mdx

+31-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Release Notes
33
nav: 1.52
4-
description: Release Notes for 100ms JavaScript SDK
4+
description: Release Notes for 100ms.live JavaScript SDK
55
---
66

77

@@ -15,6 +15,36 @@ description: Release Notes for 100ms JavaScript SDK
1515
| @100mslive/hms-noise-cancellation | [![npm version](https://badge.fury.io/js/%40100mslive%2Fhms-noise-cancellation.svg)](https://badge.fury.io/js/%40100mslive%2Fhms-noise-cancellation) |
1616
| @100mslive/hms-virtual-background | [![npm version](https://badge.fury.io/js/%40100mslive%2Fhms-virtual-background.svg)](https://badge.fury.io/js/%40100mslive%2Fhms-virtual-background) |
1717

18+
19+
## 2024-01-27
20+
21+
Released: `@100mslive/hms-video-store@0.12.30`, `@100mslive/react-sdk@0.10.30`, `@100mslive/hls-player@0.3.30`, `@100mslive/roomkit-react@0.3.30`, `@100mslive/hms-whiteboard@0.0.20`, `@100mslive/hms-virtual-background@1.13.30`
22+
23+
### Fixed:
24+
- Removed additional handling of autoplay after join
25+
26+
## 2024-01-22
27+
28+
Released: `@100mslive/hms-video-store@0.12.29`, `@100mslive/react-sdk@0.10.29`, `@100mslive/hls-player@0.3.29`, `@100mslive/roomkit-react@0.3.29`, `@100mslive/hms-whiteboard@0.0.19`, `@100mslive/hms-virtual-background@1.13.29`
29+
30+
### Fixed:
31+
- Local Video not getting published on SFU Migration
32+
33+
## 2024-01-10
34+
35+
Released: `@100mslive/hms-video-store@0.12.28`, `@100mslive/react-sdk@0.10.28`, `@100mslive/hls-player@0.3.28`, `@100mslive/roomkit-react@0.3.28`, `@100mslive/hms-whiteboard@0.0.18`, `@100mslive/hms-virtual-background@1.13.28`
36+
37+
### Fixed:
38+
- Handled unhandled errors properly and send notification to the app
39+
40+
## 2024-01-02
41+
42+
Released: `@100mslive/hms-video-store@0.12.27`, `@100mslive/react-sdk@0.10.27`, `@100mslive/hls-player@0.3.27`, `@100mslive/roomkit-react@0.3.27`, `@100mslive/hms-whiteboard@0.0.17`, `@100mslive/hms-virtual-background@1.13.27`
43+
44+
### Fixed:
45+
- No Audio when using `HMSKrispPlugin` in some cases
46+
- Improved analytics by differentiating leave calls made by SDK and user.
47+
1848
## 2024-12-12
1949

2050
Released: `@100mslive/hms-video-store@0.12.26`, `@100mslive/react-sdk@0.10.26`, `@100mslive/hls-player@0.3.26`, `@100mslive/roomkit-react@0.3.26`, `@100mslive/hms-whiteboard@0.0.16`, `@100mslive/hms-virtual-background@1.13.26`

guides/react/audio-room.mdx

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Building Audio Room with 100ms
2+
title: Building Audio Room with 100ms.live
33
devTime: 30mins
44
author: Deepankar Bhade
55
date: 2-8-2021
@@ -30,9 +30,9 @@ git clone https://github.com/100mslive/100ms-zoom-clone-react zoom-clone
3030

3131
<Text id='1' toc='Creating Account'>
3232

33-
## Create account on 100ms
33+
## Create account on 100ms.live
3434

35-
Create an account at [Dashboard of 100ms](https://dashboard.100ms.live/)
35+
Create an account at [Dashboard of 100ms.live](https://dashboard.100ms.live/)
3636

3737
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.
3838

@@ -50,7 +50,7 @@ After you're App is set click on "Go to Dashboard" or [Go Here](https://dashboar
5050

5151
## Get Token Endpoint
5252

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
5454

5555
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`.
5656

layouts/DocLayout.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ export default function DocLayout({ children }: Props) {
1616
// eslint-disable-next-line @typescript-eslint/no-explicit-any
1717
const router = useRouter() as any;
1818
const SEO = {
19-
title: `${frontMatter.title || '100ms Docs'} | 100ms`,
19+
title: `${frontMatter.title || '100ms.live Docs'}`,
2020
description: frontMatter?.description || SEOText,
2121
openGraph: {
22-
title: `${frontMatter.title || '100ms Docs'} | 100ms`,
22+
title: `${frontMatter.title || '100ms.live Docs'}`,
2323
description: frontMatter?.description || SEOText
2424
},
2525
canonical: `${process.env.NEXT_PUBLIC_CANONICAL_BASE_URL}${

lib/algolia/getRecords.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ async function updateIndex() {
2626
const faqs = [
2727
{
2828
platform: 'Common',
29-
questions: 'What is the inspiration behind the name, 100ms?',
29+
questions: 'What is the inspiration behind the name, 100ms.live?',
3030
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?'
3232
},
3333
{
3434
platform: 'Common',

next-seo.config.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ export default {
22
title: '100ms - Video conferencing and live streaming infrastructure',
33
description:
44
'Quick to integrate native iOS, Android & Web SDKs to add live video & audio conferencing to your applications.',
5-
author: '100ms',
5+
author: '100ms.live',
66
openGraph: {
77
type: 'website',
88
locale: 'en_IN',
@@ -11,7 +11,7 @@ export default {
1111
images: [
1212
{
1313
url: `https://storage.googleapis.com/100ms-cms-prod/cms/Docs_SEO_14a3dcc31c/Docs_SEO_14a3dcc31c.png`,
14-
alt: '100ms Banner'
14+
alt: '100ms.live Banner'
1515
}
1616
]
1717
},

next-sitemap.js

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
module.exports = {
22
siteUrl: process.env.SITE_URL || 'https://docs.100ms.live/',
3-
exclude: ['/api-reference/*']
3+
exclude: ['/api-reference/*'],
4+
changefreq: "weekly",
5+
priority: 0.6
46
};

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"types": "dist/index.d.ts",
77
"unpkg": "dist/index.min.js",
88
"license": "MIT",
9-
"description": "100ms SDK Docs",
9+
"description": "100ms.live SDK Docs",
1010
"homepage": "https://www.100ms.live/docs",
1111
"bugs": {
1212
"url": "https://github.com/100mslive/100ms-docs/issues"

pages/index.tsx

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const cards = [
1919
{
2020
icon: <LayersIcon width={20} />,
2121
title: 'Concepts',
22-
subText: 'Learn concepts to help you build your use-case with 100ms',
22+
subText: 'Learn concepts to help you build your use-case with 100ms.live',
2323
link: '/get-started/v2/get-started/concepts/basics',
2424
cta: "View Concepts"
2525
},
@@ -90,7 +90,7 @@ const Homepage = ({ allNav }) => {
9090
}
9191
}}>
9292
<Text variant="h4" css={{ color: '$textHighEmp' }}>
93-
100ms Documentation
93+
100ms.live Documentation
9494
</Text>
9595

9696
<Text
@@ -99,7 +99,7 @@ const Homepage = ({ allNav }) => {
9999
mt: '$2',
100100
maxWidth: '600px'
101101
}}>
102-
The 100ms SDK gives you everything you need to build scalable,
102+
The 100ms.live SDK gives you everything you need to build scalable,
103103
high-quality live video and audio experiences. Explore our docs
104104
to learn how.
105105
</Text>

0 commit comments

Comments
 (0)