Skip to content

Commit 233be06

Browse files
authored
Update spotlight.md
1 parent 07d933d commit 233be06

File tree

1 file changed

+23
-0
lines changed
  • articles/communication-services/how-tos/calling-sdk

1 file changed

+23
-0
lines changed

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

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,29 @@ Since the video stream resolution of a participant is increased when spotlighted
2424
- Optional: Complete the quickstart to [add voice calling to your application](../../quickstarts/voice-video-calling/getting-started-with-calling.md)
2525

2626

27+
## Support
28+
The following tables define support of spotlight in Azure Communication Services.
29+
30+
### Identities & call types
31+
The following tables show support of call and identity types.
32+
33+
|Identities | Teams meeting | Room | 1:1 call | Group call | 1:1 Teams interop call | Group Teams interop call |
34+
|--------------------------------------|---------------|------|----------|------------|------------------------|--------------------------|
35+
|Communication Services user | ✔️ | ✔️ | | ✔️ | | ✔️ |
36+
|Microsoft 365 user | ✔️ | ✔️ | | ✔️ | | ✔️ |
37+
38+
### Operations
39+
The following tables show support of individual APIs in calling SDK to individual identity types.
40+
41+
|Operations | Communication Services user | Microsoft 365 user |
42+
|-----------------------------|------------------------------|-------------------|
43+
| startSpotlight | ✔️ [1] | ✔️ [1] |
44+
| stopSpotlight | ✔️ | ✔️ |
45+
| stopAllSpotlight | ✔️ [1] | ✔️ [1] |
46+
| getSpotlightedParticipants | ✔️ | ✔️ |
47+
48+
[1] In Teams meeting scenarios, these APIs are only available for users with role organizer, co-organizer, or presenter.
49+
2750
::: zone pivot="platform-web"
2851
[!INCLUDE [Spotlight Client-side JavaScript](./includes/spotlight/spotlight-web.md)]
2952
::: zone-end

0 commit comments

Comments
 (0)