SINCallQualityWarningEvent

Objective-C

@protocol SINCallQualityWarningEvent <NSObject>
@property (atomic, readonly) NSString *name;
@property (atomic, readonly) SINCallQualityWarningEventType type;
@property (atomic, readonly) SINMediaStreamType mediaStreamType;
@property (atomic, readonly) SINSourceStreamType sourceStreamType;
@end

Swift

protocol SINCallQualityWarningEvent : NSObjectProtocol

Undocumented