Skip to content

Commit

Permalink
Update sdkdemo.js
Browse files Browse the repository at this point in the history
  • Loading branch information
plutoless authored Aug 19, 2019
1 parent 0641122 commit 79e73e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion On-Premise-Recording-Nodejs/record/sdkdemo.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ function startRecording() {
//create output folder
fs.mkdir(storageDir, {recursive: true}, err => {
//join channel
rec.joinChannel(null, "agoratest", 0, "aab8b8f5a8cd4469a63042fcfafe7063", storageDir);
rec.joinChannel(null, "agoratest", 0, "<YOUR APP ID>", storageDir);
})
return rec;
}
Expand Down

0 comments on commit 79e73e0

Please sign in to comment.