Skip to content

Commit 08d1bfa

Browse files
committed
Remove reference to specific Teams meeting URL format
1 parent e621465 commit 08d1bfa

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

articles/communication-services/tutorials/file-sharing-tutorial-interop-chat.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,7 @@ To be able to start the Composite for meeting chat, we need to pass `TeamsMeetin
7474
{ "meetingLink": "<TEAMS_MEETING_LINK>" }
7575
```
7676

77-
Note that meeting link should look something like `https://teams.microsoft.com/l/meetup-join/19%3ameeting_XXXXXXXXXXX%40thread.v2/XXXXXXXXXXX`
78-
79-
And this is all you need! And there's no other setup needed to enable the Azure Communication Services end user to receive file attachments from the Teams user.
77+
This is all you need - and there's no other setup needed to enable the Azure Communication Services end user to receive file attachments from the Teams user!
8078

8179
## Permissions
8280

articles/communication-services/tutorials/inline-image-tutorial-interop-chat.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,7 @@ To be able to start the Composite for meeting chat, we need to pass `TeamsMeetin
7373
{ "meetingLink": "<TEAMS_MEETING_LINK>" }
7474
```
7575

76-
Note that meeting link should look something like `https://teams.microsoft.com/l/meetup-join/19%3ameeting_XXXXXXXXXXX%40thread.v2/XXXXXXXXXXX`.
77-
78-
79-
And this is all you need! And there's no other setup needed to enable inline image specifically.
76+
This is all you need - and there's no other setup needed to enable inline image specifically.
8077

8178

8279
## Run the code

0 commit comments

Comments
 (0)