Skip to content

Commit ed9342b

Browse files
authored
Update spotlight-web.md
1 parent 233be06 commit ed9342b

File tree

1 file changed

+0
-20
lines changed
  • articles/communication-services/how-tos/calling-sdk/includes/spotlight

1 file changed

+0
-20
lines changed

articles/communication-services/how-tos/calling-sdk/includes/spotlight/spotlight-web.md

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -7,26 +7,6 @@ ms.author: cnwankwo
77
---
88
[!INCLUDE [Install SDK](../install-sdk/install-sdk-web.md)]
99

10-
Communication Services or Microsoft 365 users can call the spotlight APIs based on role type and conversation type
11-
12-
**In a one to one call or group call scenario, the following APIs are supported for both Communication Services and Microsoft 365 users**
13-
14-
|APIs| Organizer | Presenter | Attendee |
15-
|----------------------------------------------|--------|--------|--------|
16-
| startSpotlight | ✔️ | ✔️ | ✔️ |
17-
| stopSpotlight | ✔️ | ✔️ | ✔️ |
18-
| stopAllSpotlight | ✔️ | ✔️ | ✔️ |
19-
| getSpotlightedParticipants | ✔️ | ✔️ | ✔️ |
20-
21-
**For meeting scenario the following APIs are supported for both Communication Services and Microsoft 365 users**
22-
23-
|APIs| Organizer | Presenter | Attendee |
24-
|----------------------------------------------|--------|--------|--------|
25-
| startSpotlight | ✔️ | ✔️ | |
26-
| stopSpotlight | ✔️ | ✔️ | ✔️ |
27-
| stopAllSpotlight | ✔️ | ✔️ | |
28-
| getSpotlightedParticipants | ✔️ | ✔️ | ✔️ |
29-
3010
Spotlight is an extended feature of the core `Call` API. You first need to import calling Features from the Calling SDK:
3111

3212
```js

0 commit comments

Comments
 (0)