Skip to content

Commit ef5ae88

Browse files
authored
Update plan-user-experience.md
1 parent cece11f commit ef5ae88

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/communication-services/concepts/interop/virtual-visits/plan-user-experience.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: Plan user experience for Virtual appointments
2+
title: Plan user experience for virtual appointments
33
titleSuffix: An Azure Communication Services concept document
4-
description: Plan the user experience for Virtual appointments with Azure Communication Services and Microsoft Teams
4+
description: Plan the user experience for virtual appointments with Azure Communication Services and Microsoft Teams.
55
author: tomaschladek
66
ms.author: tchladek
77
ms.date: 4/3/2023
@@ -25,7 +25,7 @@ How to improve the user experience:
2525
You can learn more about Microsoft Teams controls [here](../guest/teams-administration.md).
2626

2727
## Role assignment changes
28-
Organizers, coorganizers, and presenters can promote and demote participants during the meeting. This role change can lead to the loss or gain of new functionality. Developers can subscribe to the `roleChanged` event of the `Call` object to update the user interface based on the role. Developers can find an assigned role in the property `role` of the object `Call`. You can learn more details [here](./../../../how-tos/calling-sdk/manage-role-assignment.md). You can find available actions for individual roles [here](https://support.microsoft.com/en-us/office/roles-in-a-teams-meeting-c16fa7d0-1666-4dde-8686-0a0bfe16e019).
28+
Organizers, coorganizers, and presenters can promote and demote participants during the meeting. This role change can lead to the loss or gain of new functionality. Developers can subscribe to the `roleChanged` event of the `Call` object to update the user interface based on the role. Developers can find an assigned role in the property `role` of the object `Call`. You can learn more details [here](./../../../how-tos/calling-sdk/manage-role-assignment.md). You can find available actions for individual roles [here](https://support.microsoft.com/office/roles-in-a-teams-meeting-c16fa7d0-1666-4dde-8686-0a0bfe16e019).
2929

3030
## Teams meeting option changes
3131
The meeting organizer can change Teams meeting options before and during the meeting. Developers can read meeting options before the meeting starts with [Graph API for `onlineMeeting` resource](/graph/api/onlinemeeting-get). As developers currently don't have a way to read changes during the meeting, we recommend limiting the changes during the meeting to ensure the best user experience.

0 commit comments

Comments
 (0)