Skip to content

Commit 89bf775

Browse files
Update capabilities.md
1 parent 64ed08c commit 89bf775

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/communication-services/how-tos/calling-sdk/capabilities.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ The following table provides additional information about why action isn't avail
5555
| NotInitialized | The capabilities feature isn't initialized yet. | Subscribe to event `capabilitiesChanged` on `this.call.feature(Features.Capabilities)` to know when capability is initialized. |
5656
| NotCapable | User type blocks the action. | The action is only allowed to specific type of identity. Enable this action by using Microsoft 365 identity. |
5757
| TeamsPremiumLicenseRestricted | Microsoft 365 user needs to have Teams Premium license assigned. | Enable this action by assigning Teams Premium license to the Teams meeting organizer or the Microsoft 365 user using SDK. The target user depends on the type of action. Microsoft 365 admin can assign required license. |
58-
58+
| ExplicitConsentRequired | Teams meeting Recording or Transcription have blocked the action. | Provide the consent for recording or transcription by using api `consentToBeingRecordedAndTranscribed` under `this.call.feature(Features.Recording)` or `this.call.feature(Features.Transcription)` to make the action available. |
5959
## Next steps
6060
- [Learn how to manage video](./manage-video.md)
6161
- [Learn how to manage calls](./manage-calls.md)

0 commit comments

Comments
 (0)