SinchCallQualityWarningEvent
public enum SinchCallQualityWarningEvent
extension SinchCallQualityWarningEvent: Equatable
Undocumented
-
Undocumented
See moreDeclaration
Swift
public enum EventType : String, CaseIterable -
Undocumented
See moreDeclaration
Swift
public enum MediaStreamType : String, CaseIterable -
Undocumented
See moreDeclaration
Swift
public enum SourceStreamType : String, CaseIterable -
Undocumented
Declaration
Swift
case highInboundJitter(EventType, MediaStreamType) -
Undocumented
Declaration
Swift
case highRemoteInboundRtt(EventType, MediaStreamType) -
Undocumented
Declaration
Swift
case highInboundPacketLoss(EventType, MediaStreamType) -
Undocumented
Declaration
Swift
case missingMediaStream(EventType) -
Undocumented
Declaration
Swift
case constantAudioLevel(EventType, SourceStreamType) -
Undocumented
Declaration
Swift
case zeroAudioLevel(EventType, SourceStreamType) -
Undocumented
Declaration
Swift
case lowOSOutputVolumeLevel(EventType) -
Undocumented
Declaration
Swift
public var eventType: EventType { get } -
Undocumented
Declaration
Swift
public var mediaStreamType: MediaStreamType? { get } -
Undocumented
Declaration
Swift
public var sourceStreamType: SourceStreamType? { get } -
Undocumented
Declaration
Swift
public var toString: String { get } -
Declaration
Swift
public static func == (lhs: SinchCallQualityWarningEvent, rhs: SinchCallQualityWarningEvent) -> Bool