Skip to content

Commit 4a74cdc

Browse files
Merge pull request #228127 from akania/patch-23
Update record-calls-web.md
2 parents 7c164d2 + dd74a3e commit 4a74cdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/communication-services/how-tos/calling-sdk/includes/record-calls/record-calls-web.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import { Features} from "@azure/communication-calling";
2020
Then you can get the recording feature API object from the call instance:
2121

2222
```js
23-
const callTransferApi = call.feature(Features.Recording);
23+
const callRecordingApi = call.feature(Features.Recording);
2424
```
2525

2626
Then, to check if the call is being recorded, inspect the `isRecordingActive` property of `callRecordingApi`. It returns `Boolean`.

0 commit comments

Comments
 (0)