Skip to content

Commit ff25ab7

Browse files
committed
Addressed comment
1 parent c1487e0 commit ff25ab7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ spotlightCallFeature.addOnSpotlightChangedListener(onSpotlightChanged);
107107
```
108108

109109
### Get all spotlighted participants:
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.
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.
111111

112112
``` java
113113
List<SpotlightedParticipant> currentSpotlightedParticipants = spotlightCallFeature.getSpotlightedParticipants();

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ public class SpotlightDelegate: SpotlightCallFeatureDelegate {
108108
```
109109

110110
### 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.
112112

113113
``` swift
114114
spotlightCallFeature.spotlightedParticipants.forEach { participant in

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ spotlightCallFeature.SpotlightChanged += OnSpotlightChange;
9494
```
9595

9696
### Get all spotlighted participants:
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.
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.
9898

9999
``` csharp
100100
List<SpotlightedParticipant> currentSpotlightedParticipants = spotlightCallFeature.SpotlightedParticipants();

0 commit comments

Comments
 (0)