NIMQChatVideoMirrorMode Constants Reference
Declared in | NIMQChatMediaDefs.h |
---|
NIMQChatVideoMirrorMode
Definition
typedef NS_ENUM(NSUInteger, NIMQChatVideoMirrorMode ) {
NIMQChatVideoMirrorModeAuto = 0,
NIMQChatVideoMirrorModeEnabled = 1,
NIMQChatVideoMirrorModeDisabled = 2,
};