We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0dc4560 commit 7706b14Copy full SHA for 7706b14
1 file changed
examples/test.js
@@ -21,5 +21,8 @@ const stream = record.start({
21
});
22
23
const avs = new AVSApi(stream, undefined, {
24
+ clientId: "",
25
+ clientSecret: "",
26
+ refreshToken: "",
27
28
console.log(avs.start());
0 commit comments