DominantSpeakersInfo Class

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

public class DominantSpeakersInfo

Information about the dominant speakers of a call

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.

Date getLastUpdatedAt()

Last updated time of the current dominant speakers list

List<com.azure.android.communication.common.CommunicationIdentifier> getSpeakers()

List of the current dominant speakers

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.

getLastUpdatedAt

public Date getLastUpdatedAt()

Last updated time of the current dominant speakers list

getSpeakers

public List getSpeakers()

List of the current dominant speakers

Applies to