We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7b8779 commit f5ba39aCopy full SHA for f5ba39a
articles/communication-services/how-tos/calling-sdk/includes/spotlight/spotlight-web.md
@@ -104,3 +104,8 @@ To get information about all participants that are spotlighted on the current ca
104
```js
105
let spotlightedParticipants = spotLightFeature.getSpotlightedParticipants();
106
```
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