We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb99034 commit 96c474dCopy full SHA for 96c474d
articles/communication-services/how-tos/calling-sdk/includes/record-calls/record-calls-locally-web.md
@@ -39,7 +39,7 @@ You can also get a list of local recordings by using the `localRecordings` prope
39
const recordings = localCallRecordingApi.localRecordings;
40
41
recordings.forEach(r => {
42
- console.log("User: ${r.displayName}, State: ${r.state});
+ console.log("User: ${r.displayName}, State: ${r.state}");
43
```
44
45
You can subscribe to recording changes:
0 commit comments