MediaDiagnosticValues Class

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

public class MediaDiagnosticValues

Represents an object where all the latest diagnostics values for media diagnostic.

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 any diagnostic property.

Boolean isCameraFrozen()

Get value for `CAMERA_FREEZE` if available. Otherwise `null` is returned.

Boolean isCameraPermissionDenied()

Get value for `CAMERA_PERMISSION_DENIED` if available. Otherwise `null` is returned.

Boolean isCameraStartFailed()

Get value for `CAMERA_START_FAILED` if available. Otherwise `null` is returned.

Boolean isCameraStartTimedOut()

Get value for `CAMERA_START_TIMED_OUT` if available. Otherwise `null` is returned.

Boolean isMicrophoneBusy()

Get value for `MICROPHONE_NOT_FUNCTIONING_DEVICE_IN_USE` if available. Otherwise `null` is returned.

Boolean isMicrophoneMutedUnexpectedly()

Get value for `MICROPHONE_MUTED_UNEXPECTEDLY` if available. Otherwise `null` is returned.

Boolean isMicrophoneNotFunctioning()

Get value for `MICROPHONE_NOT_FUNCTIONING` if available. Otherwise `null` is returned.

Boolean isNoMicrophoneDevicesAvailable()

Get value for `NO_MICROPHONE_DEVICES_ENUMERATED` if available. Otherwise `null` is returned.

Boolean isNoSpeakerDevicesAvailable()

Get value for `NO_SPEAKER_DEVICES_ENUMERATED` if available. Otherwise `null` is returned.

Boolean isSpeakerBusy()

Get value for `SPEAKER_NOT_FUNCTIONING` if available. Otherwise `null` is returned.

Boolean isSpeakerMuted()

Get value for `SPEAKER_MUTED` if available. Otherwise `null` is returned.

Boolean isSpeakerNotFunctioning()

Get value for `SPEAKER_NOT_FUNCTIONING` if available. Otherwise `null` is returned.

Boolean isSpeakerVolumeZero()

Get value for `SPEAKER_VOLUME_IS_ZERO` if available. Otherwise `null` is returned.

Boolean isSpeakingWhileMicrophoneIsMuted()

Get value for `SPEAKING_WHILE_MICROPHONE_IS_MUTED` if available. Otherwise `null` is returned.

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 any diagnostic property.

isCameraFrozen

public Boolean isCameraFrozen()

Get value for `CAMERA_FREEZE` if available. Otherwise `null` is returned.

isCameraPermissionDenied

public Boolean isCameraPermissionDenied()

Get value for `CAMERA_PERMISSION_DENIED` if available. Otherwise `null` is returned.

isCameraStartFailed

public Boolean isCameraStartFailed()

Get value for `CAMERA_START_FAILED` if available. Otherwise `null` is returned.

isCameraStartTimedOut

public Boolean isCameraStartTimedOut()

Get value for `CAMERA_START_TIMED_OUT` if available. Otherwise `null` is returned.

isMicrophoneBusy

public Boolean isMicrophoneBusy()

Get value for `MICROPHONE_NOT_FUNCTIONING_DEVICE_IN_USE` if available. Otherwise `null` is returned.

isMicrophoneMutedUnexpectedly

public Boolean isMicrophoneMutedUnexpectedly()

Get value for `MICROPHONE_MUTED_UNEXPECTEDLY` if available. Otherwise `null` is returned.

isMicrophoneNotFunctioning

public Boolean isMicrophoneNotFunctioning()

Get value for `MICROPHONE_NOT_FUNCTIONING` if available. Otherwise `null` is returned.

isNoMicrophoneDevicesAvailable

public Boolean isNoMicrophoneDevicesAvailable()

Get value for `NO_MICROPHONE_DEVICES_ENUMERATED` if available. Otherwise `null` is returned.

isNoSpeakerDevicesAvailable

public Boolean isNoSpeakerDevicesAvailable()

Get value for `NO_SPEAKER_DEVICES_ENUMERATED` if available. Otherwise `null` is returned.

isSpeakerBusy

public Boolean isSpeakerBusy()

Get value for `SPEAKER_NOT_FUNCTIONING` if available. Otherwise `null` is returned.

isSpeakerMuted

public Boolean isSpeakerMuted()

Get value for `SPEAKER_MUTED` if available. Otherwise `null` is returned.

isSpeakerNotFunctioning

public Boolean isSpeakerNotFunctioning()

Get value for `SPEAKER_NOT_FUNCTIONING` if available. Otherwise `null` is returned.

isSpeakerVolumeZero

public Boolean isSpeakerVolumeZero()

Get value for `SPEAKER_VOLUME_IS_ZERO` if available. Otherwise `null` is returned.

isSpeakingWhileMicrophoneIsMuted

public Boolean isSpeakingWhileMicrophoneIsMuted()

Get value for `SPEAKING_WHILE_MICROPHONE_IS_MUTED` if available. Otherwise `null` is returned.

Applies to