ACSMediaDiagnosticValues Class

Declaration

@interface ACSMediaDiagnosticValues : NSObject;

Description

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

Methods

Quality values of media diagnostics.

-(BOOL)valueForSpeakerNotFunctioning:(NSError *_Nullable *_Nullable)error __attribute__((swift_error(nonnull_error)));
-(BOOL)valueForSpeakerNotFunctioningDeviceInUse:(NSError *_Nullable *_Nullable)error __attribute__((swift_error(nonnull_error)));
-(BOOL)valueForSpeakerMuted:(NSError *_Nullable *_Nullable)error __attribute__((swift_error(nonnull_error)));
-(BOOL)valueForSpeakerVolumeIsZero:(NSError *_Nullable *_Nullable)error __attribute__((swift_error(nonnull_error)));
-(BOOL)valueForNoSpeakerDevicesEnumerated:(NSError *_Nullable *_Nullable)error __attribute__((swift_error(nonnull_error)));
-(BOOL)valueForSpeakingWhileMicrophoneIsMuted:(NSError *_Nullable *_Nullable)error __attribute__((swift_error(nonnull_error)));
-(BOOL)valueForNoMicrophoneDevicesEnumerated:(NSError *_Nullable *_Nullable)error __attribute__((swift_error(nonnull_error)));
-(BOOL)valueForMicrophoneNotFunctioningDeviceInUse:(NSError *_Nullable *_Nullable)error __attribute__((swift_error(nonnull_error)));
-(BOOL)valueForCameraFreeze:(NSError *_Nullable *_Nullable)error __attribute__((swift_error(nonnull_error)));
-(BOOL)valueForCameraStartFailed:(NSError *_Nullable *_Nullable)error __attribute__((swift_error(nonnull_error)));
-(BOOL)valueForCameraStartTimedOut:(NSError *_Nullable *_Nullable)error __attribute__((swift_error(nonnull_error)));
-(BOOL)valueForMicrophoneNotFunctioning:(NSError *_Nullable *_Nullable)error __attribute__((swift_error(nonnull_error)));
-(BOOL)valueForMicrophoneMutedUnexpectedly:(NSError *_Nullable *_Nullable)error __attribute__((swift_error(nonnull_error)));
-(BOOL)valueForCameraPermissionDenied:(NSError *_Nullable *_Nullable)error __attribute__((swift_error(nonnull_error)));

Properties

lastUpdatedAt

Last updated time of any diagnostic property.

@property (retain, nonnull, readonly) NSDate * lastUpdatedAt;