File tree Expand file tree Collapse file tree 1 file changed +0
-20
lines changed
articles/communication-services/how-tos/calling-sdk/includes/spotlight Expand file tree Collapse file tree 1 file changed +0
-20
lines changed Original file line number Diff line number Diff line change @@ -7,26 +7,6 @@ ms.author: cnwankwo
7
7
---
8
8
[ !INCLUDE [ Install SDK] ( ../install-sdk/install-sdk-web.md )]
9
9
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
-
30
10
Spotlight is an extended feature of the core ` Call ` API. You first need to import calling Features from the Calling SDK:
31
11
32
12
``` js
You can’t perform that action at this time.
0 commit comments