Skip to content

Commit f889152

Browse files
authored
Merge pull request #117334 from ravi16a87/patch-6
Update closed-captions-teams-interop-web.md
2 parents 78ae08d + 049af3d commit f889152

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/communication-services/how-tos/calling-sdk/includes/closed-captions/closed-captions-teams-interop-web.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: include file
33
description: Web how-to guide for enabling Closed captions during a Teams interop call.
4-
author: Kunaal
4+
author: valindrae
55
ms.service: azure-communication-services
66
ms.subservice: calling
77
ms.topic: include
@@ -57,7 +57,7 @@ if (captionsCallFeature.captions.kind === 'TeamsCaptions') {
5757
### Add a listener to receive captions active/inactive status
5858
```typescript
5959
const captionsActiveChangedHandler = () => {
60-
if (teamsCaptions.isCaptionsFeatureActive()) {
60+
if (teamsCaptions.isCaptionsFeatureActive) {
6161
/* USER CODE HERE - E.G. RENDER TO DOM */
6262
}
6363
}

0 commit comments

Comments
 (0)