Skip to content

Commit 79e73e0

Browse files
authored
Update sdkdemo.js
1 parent 0641122 commit 79e73e0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

On-Premise-Recording-Nodejs/record/sdkdemo.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ function startRecording() {
6363
//create output folder
6464
fs.mkdir(storageDir, {recursive: true}, err => {
6565
//join channel
66-
rec.joinChannel(null, "agoratest", 0, "aab8b8f5a8cd4469a63042fcfafe7063", storageDir);
66+
rec.joinChannel(null, "agoratest", 0, "<YOUR APP ID>", storageDir);
6767
})
6868
return rec;
6969
}

0 commit comments

Comments
 (0)