You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To get information about all participants that have spotlight state on current call, you can use the following api. The returned array is sorted by the order the participants were spotlighted.
110
+
To get information about all participants that have spotlight state on current call, you can use the following API. The returned array is sorted by the order the participants were spotlighted.
Copy file name to clipboardExpand all lines: articles/communication-services/how-tos/calling-sdk/includes/spotlight/spotlight-ios.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -108,7 +108,7 @@ public class SpotlightDelegate: SpotlightCallFeatureDelegate {
108
108
```
109
109
110
110
### Get all spotlighted participants:
111
-
To get information about all participants that have spotlight state on current call, you can use the following api. The returned array is sorted by the order the participants were spotlighted.
111
+
To get information about all participants that have spotlight state on current call, you can use the following API. The returned array is sorted by the order the participants were spotlighted.
112
112
113
113
```swift
114
114
spotlightCallFeature.spotlightedParticipants.forEach { participant in
To get information about all participants that have spotlight state on current call, you can use the following api. The returned array is sorted by the order the participants were spotlighted.
97
+
To get information about all participants that have spotlight state on current call, you can use the following API. The returned array is sorted by the order the participants were spotlighted.
0 commit comments