We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0641122 commit 79e73e0Copy full SHA for 79e73e0
1 file changed
On-Premise-Recording-Nodejs/record/sdkdemo.js
@@ -63,7 +63,7 @@ function startRecording() {
63
//create output folder
64
fs.mkdir(storageDir, {recursive: true}, err => {
65
//join channel
66
- rec.joinChannel(null, "agoratest", 0, "aab8b8f5a8cd4469a63042fcfafe7063", storageDir);
+ rec.joinChannel(null, "agoratest", 0, "<YOUR APP ID>", storageDir);
67
})
68
return rec;
69
}
0 commit comments