SpotlightChangedEvent Class
- java.
lang. Object - com.
azure. android. communication. calling. SpotlightChangedEvent
- com.
public class SpotlightChangedEvent
Spotlight event information.
Method Summary
Modifier and Type | Method and Description |
---|---|
void |
finalize()
Called by the garbage collector on an object when garbage collection determines that there are no more references to the object. |
List<Spotlighted |
getAdded()
List of spotlighted participants identifiers that were added |
List<Spotlighted |
getRemoved()
List of Participants identifiers whose spotlight state were removed |
Method Details
finalize
protected void finalize()
Called by the garbage collector on an object when garbage collection determines that there are no more references to the object.
getAdded
public List
List of spotlighted participants identifiers that were added
getRemoved
public List
List of Participants identifiers whose spotlight state were removed