Showing
100 changed files
with
10 additions
and
2 deletions
Too many changes to show.
To preserve performance only 100 of 100+ files are displayed.
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type

1.35 KB

2.45 KB

704 Bytes

1.17 KB
@@ -854,6 +854,10 @@ SWIFT_CLASS("_TtC12hhVDoctorSDK12VideoOptions") | @@ -854,6 +854,10 @@ SWIFT_CLASS("_TtC12hhVDoctorSDK12VideoOptions") | ||
854 | @property (nonatomic) BOOL allowMulti; | 854 | @property (nonatomic) BOOL allowMulti; |
855 | /// 是否显示医生信息 | 855 | /// 是否显示医生信息 |
856 | @property (nonatomic) BOOL isShowDocInfo; | 856 | @property (nonatomic) BOOL isShowDocInfo; |
857 | +/// 可以关闭摄像头 | ||
858 | +@property (nonatomic) BOOL enableCloseCamera; | ||
859 | +/// 不可关闭摄像头 | ||
860 | +@property (nonatomic) BOOL isCloseCameraCall; | ||
857 | - (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER; | 861 | - (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER; |
858 | @end | 862 | @end |
859 | 863 |
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
@@ -893,6 +893,8 @@ public var HMHudManager: hhVDoctorSDK.HHHUDable { | @@ -893,6 +893,8 @@ public var HMHudManager: hhVDoctorSDK.HHHUDable { | ||
893 | @objc public var allowMulti: Swift.Bool | 893 | @objc public var allowMulti: Swift.Bool |
894 | public var mCallExtension: Swift.String | 894 | public var mCallExtension: Swift.String |
895 | @objc public var isShowDocInfo: Swift.Bool | 895 | @objc public var isShowDocInfo: Swift.Bool |
896 | + @objc public var enableCloseCamera: Swift.Bool | ||
897 | + @objc public var isCloseCameraCall: Swift.Bool | ||
896 | @objc override dynamic public init() | 898 | @objc override dynamic public init() |
897 | @objc deinit | 899 | @objc deinit |
898 | } | 900 | } |
No preview for this file type
No preview for this file type
@@ -893,6 +893,8 @@ public var HMHudManager: hhVDoctorSDK.HHHUDable { | @@ -893,6 +893,8 @@ public var HMHudManager: hhVDoctorSDK.HHHUDable { | ||
893 | @objc public var allowMulti: Swift.Bool | 893 | @objc public var allowMulti: Swift.Bool |
894 | public var mCallExtension: Swift.String | 894 | public var mCallExtension: Swift.String |
895 | @objc public var isShowDocInfo: Swift.Bool | 895 | @objc public var isShowDocInfo: Swift.Bool |
896 | + @objc public var enableCloseCamera: Swift.Bool | ||
897 | + @objc public var isCloseCameraCall: Swift.Bool | ||
896 | @objc override dynamic public init() | 898 | @objc override dynamic public init() |
897 | @objc deinit | 899 | @objc deinit |
898 | } | 900 | } |
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
-
Please register or login to post a comment