AudioStreamStateChangedEvent Class

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

public class AudioStreamStateChangedEvent

Describes an AudioStreamStateChanged event when audio stream state has updated for an CallAudioStream

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.

String getMessage()

Contains message about Audio Stream

CallAudioStream getStream()

Audio Stream that has its state changed

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.

getMessage

public String getMessage()

Contains message about Audio Stream

getStream

public CallAudioStream getStream()

Audio Stream that has its state changed

Applies to