Skip to content
This repository has been archived by the owner on Oct 14, 2022. It is now read-only.

Commit

Permalink
Merge branch 'master' of github.com:AgoraIO-Community/AgoraWebSDK-NG
Browse files Browse the repository at this point in the history
  • Loading branch information
disoul committed Apr 3, 2020
2 parents 5d5fe0a + 27e2fad commit 9b0d007
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ import AgoraRTC from "agora-rtc-sdk-ng"
const client = AgoraRTC.createClient()

async function startCall() {
await client.join("APPID", "TOKEN", "CHANNEL");
await client.join("APPID", "CHANNEL", "TOKEN");
const audioTrack = await AgoraRTC.createMicrophoneAudioTrack();
const videoTrack = await AgoraRTC.createCameraVideoTrack();

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ import AgoraRTC from "agora-rtc-sdk-ng"
const client = AgoraRTC.createClient()

async function startCall() {
await client.join("APPID", "TOKEN", "CHANNEL");
await client.join("APPID", "CHANNEL", "TOKEN");
const audioTrack = await AgoraRTC.createMicrophoneAudioTrack();
const videoTrack = await AgoraRTC.createCameraVideoTrack();

Expand Down

0 comments on commit 9b0d007

Please sign in to comment.