Skip to content

Commit 3361eeb

Browse files
authored
Apply pencil edits for blocking issues from PR review
1 parent 38869ec commit 3361eeb

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

articles/communication-services/tutorials/virtual-visits/extend-teams/call.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ You can use out-of-the-box Virtual appointments experience created via Microsoft
1717
Azure Communication Services can help developers who want to self-host the solution or customize the experience.
1818

1919
Azure Communication Services provides three customization options:
20-
1. Customize the user interface via ready-to-use user interface composites.
21-
2. Build your own layout using the UI Library components & composites.
22-
3. Build your own user interface with software development kits
20+
- Customize the user interface via ready-to-use user interface composites.
21+
- Build your own layout using the UI Library components & composites.
22+
- Build your own user interface with software development kits
2323

2424
## Prerequisites
2525
The reader of this article is expected to have an understanding of the following topics:
@@ -74,7 +74,7 @@ The following table details the individual components:
7474
7575
You can also customize your chat experience. The following image highlights the individual components of chat.
7676
77-
![Diagram is showing layout of meeting decomposed into individual user interface chat components](./media/components-chat.png)
77+
![Diagram is showing layout of meeting decomposed into individual user interface chat components.](./media/components-chat.png)
7878
7979
The following table provides descriptions with links to individual components
8080

articles/communication-services/tutorials/virtual-visits/extend-teams/schedule.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,9 @@ In the response, you see a new Booking appointment was created. Virtual appointm
9797
## Bring your own scheduling system
9898

9999
If you have an existing scheduling system and would like to extend it with the Virtual appointment experience provided by Microsoft Teams, follow the steps below:
100-
1. Create an online meeting for Virtual appointment via [Microsoft Graph Online meeting API](https://learn.microsoft.com/graph/api/resources/onlinemeeting?view=graph-rest-1.0). Note: This operation doesn't create a calendar event in Microsoft Booking, Outlook, or Microsoft Teams. If you would like to create calendar event, use [Microsoft Graph Calendar event API](https://learn.microsoft.com/graph/api/resources/event?view=graph-rest-1.0).
100+
1. Create an online meeting for Virtual appointment via [Microsoft Graph Online meeting API](https://learn.microsoft.com/graph/api/resources/onlinemeeting?view=graph-rest-1.0).
101+
> [!NOTE]
102+
> This operation doesn't create a calendar event in Microsoft Booking, Outlook, or Microsoft Teams. If you would like to create a calendar event, use [Microsoft Graph Calendar event API](https://learn.microsoft.com/graph/api/resources/event?view=graph-rest-1.0).
101103
```
102104
POST https://graph.microsoft.com/v1.0/ me/onlineMeetings
103105
Body: {

0 commit comments

Comments
 (0)