Skip to content

Commit 66d2732

Browse files
Update the naming of Consent
1 parent 2f5f364 commit 66d2732

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-
| ExplicitConsentRequired | Consent is required to allow the action. | Provide the consent for recording or transcription by calling method `consentToBeingRecordedAndTranscribed()` under `this.call.feature(Features.Recording)` or `this.call.feature(Features.Transcription)` .|
58+
| ExplicitConsentRequired | Consent is required to allow the action. | Provide the consent for recording or transcription by calling method `grantTeamsConsent()` under `this.call.feature(Features.Recording)` or `this.call.feature(Features.Transcription)` .|
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)