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 Feb 10, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+4-5Lines changed: 4 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
# SendBird Calls—QuickStart Guide for JavaScript
2
2
3
3
## Introduction
4
-
SendBird provides `SendBirdCall` framework for your app enabling `VoIP` communication among your users. This sample introduces an applications based on `SendBirdCall`.
4
+
SendBird provides `SendBirdCall` framework for your app enabling real-time `voice and video calls` between your users. This sample introduces an applications based on `SendBirdCall`.
5
5
6
6
## Prerequisites
7
7
- Node
@@ -22,14 +22,14 @@ SendBird provides `SendBirdCall` framework for your app enabling `VoIP` communic
3\. In `envs.js`, replace the value of `TEST_APP_ID` with your `Application ID`.
32
+
3\. In `envs.js`, replace the value of `TEST_APP_ID` with your `Application ID`. If you skip this step, an additional field for the `Application ID` will appear in the login view.
33
33
```javascript
34
34
exportconstTEST_APP_ID='YOUR_APP_ID';
35
35
```
@@ -56,7 +56,6 @@ $ npm run start
56
56
6. If all steps have been followed correctly, an incoming call notification will appear on the `callee` user’s browser.
57
57
7. Reverse roles, and initiate a call from the other browser.
58
58
8. If the `caller` and `callee` devices are near each other, use headphones to prevent audio feedback.
59
-
9. The SendBird Calls JavaScript Sample has been successfully implemented.
0 commit comments