Skip to content

Commit f5ba39a

Browse files
committed
Included Max supported spotlight section
1 parent a7b8779 commit f5ba39a

File tree

1 file changed

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

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,3 +104,8 @@ To get information about all participants that are spotlighted on the current ca
104104
```js
105105
let spotlightedParticipants = spotLightFeature.getSpotlightedParticipants();
106106
```
107+
### Get the maximum supported spotlight:
108+
The following API can be used to get the maximum number of participants that can be spotlighted using the Calling SDK
109+
```js
110+
spotLightFeature.maxParticipantsToSpotlight;
111+
```

0 commit comments

Comments
 (0)