Skip to content

Commit 08df054

Browse files
Merge pull request #291044 from emlynmac/patch-1
Update meeting-interop-swift.md
2 parents bd5a7c7 + c2f1a0b commit 08df054

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/communication-services/quickstarts/chat/includes/meeting-interop-swift.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ If you'd like to skip ahead to the end, you can download this quickstart as a sa
2121
- A [User Access Token](../../identity/access-tokens.md) for your Azure Communication Service. You can also use the Azure CLI and run the command with your connection string to create a user and an access token.
2222

2323
```azurecli-interactive
24-
az communication identity token issue --scope voip --connection-string "yourConnectionString"
24+
az communication user-identity token issue --scope voip chat --connection-string "yourConnectionString"
2525
```
2626
For details, see [Use Azure CLI to Create and Manage Access Tokens](../../identity/access-tokens.md?pivots=platform-azcli).
2727

0 commit comments

Comments
 (0)