SpotlightChangedEvent Class

  • java.lang.Object
    • com.azure.android.communication.calling.SpotlightChangedEvent

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<SpotlightedParticipant> getAdded()

List of spotlighted participants identifiers that were added

List<SpotlightedParticipant> 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 getAdded()

List of spotlighted participants identifiers that were added

getRemoved

public List getRemoved()

List of Participants identifiers whose spotlight state were removed

Applies to