5#import <Foundation/Foundation.h>
13NS_ASSUME_NONNULL_BEGIN
18@protocol NESettingsChangedListener <NSObject>
34@property(nonatomic, copy) NSString *
path;
53- (void)enableShowMyMeetingElapseTime:(BOOL)enable
54 DEPRECATED_MSG_ATTRIBUTE("deprecated in 4.9.0, use setMeetingElapsedTimeDisplayType instead");
80- (void)enableTurnOnMyVideoWhenJoinMeeting:(BOOL)enable;
92- (void)enableTurnOnMyAudioWhenJoinMeeting:(BOOL)enable;
119- (void)enableAudioAINS:(BOOL)enable
120 DEPRECATED_MSG_ATTRIBUTE("deprecated in 4.13.0, use enableAudioAINSMode instead");
145- (void)enableVirtualBackground:(BOOL)enable;
157- (void)setBuiltinVirtualBackgroundList:(NSArray<NSString *> *)pathList;
169- (void)setExternalVirtualBackgroundList:(NSArray<NSString *> *)pathList;
181- (void)setCurrentVirtualBackground:(NSString *)path;
193- (void)enableSpeakerSpotlight:(BOOL)enable;
205- (void)enableFrontCameraMirror:(BOOL)enable;
217- (void)enableHDVideoMode:(BOOL)enable;
229- (void)enableTransparentWhiteboard:(BOOL)enable;
251- (void)setBeautyFaceValue:(
int)value;
347- (void)enableShowNameInVideo:(BOOL)enable;
354- (void)enableShowNotYetJoinedMembers:(BOOL)enable;
367- (void)setASRTranslationLanguage:(NSString *_Nullable)language
368 callback:(
void (^)(NSInteger code, NSString *_Nullable message))callback;
381- (void)enableCaptionBilingual:(BOOL)enable
382 callback:(
void (^)(NSInteger code, NSString *_Nullable message))callback;
395- (void)enableTranscriptionBilingual:(BOOL)enable
397 (
void (^)(NSInteger code, NSString *_Nullable message))callback;
410- (void)enableAutoSilentOnLock:(BOOL)enable;
432- (void)addSettingsChangedListener:(
id<NESettingsChangedListener>)listener;
438- (void)removeSettingsChangedListener:(
id<NESettingsChangedListener>)listener;
445- (void)setTurnOnMyVideoWhenJoinMeeting:(BOOL)enabled
446 DEPRECATED_MSG_ATTRIBUTE(
447 "deprecated in 4.6.0, use enableTurnOnMyVideoWhenJoinMeeting: instead");
454- (void)setTurnOnMyAudioWhenJoinMeeting:(BOOL)enabled
455 DEPRECATED_MSG_ATTRIBUTE(
456 "deprecated in 4.6.0, use enableTurnOnMyAudioWhenJoinMeeting: instead");
471- (void)getHistoryMeetingItem:
473 DEPRECATED_MSG_ATTRIBUTE(
498 DEPRECATED_MSG_ATTRIBUTE("deprecated in 4.6.0, use setBuiltinVirtualBackgroundList: instead");
NEChatMessageNotificationType
定义 NEMeetingOptions.h:20
NEAudioAINSMode
定义 NEMeetingOptions.h:112
NEMeetingElapsedTimeDisplayType
定义 NEMeetingOptions.h:38
定义 NECloudRecordConfig.h:46
定义 NEInterpretationConfig.h:13
定义 NESettingsService.h:30
NSString * path
定义 NESettingsService.h:34
定义 NEPreMeetingService.h:65
定义 NEScheduledMemberConfig.h:13
定义 NESettingsService.h:46
BOOL isShowNameInVideoEnabled()
BOOL isTransparentWhiteboardEnabled()
NEAudioAINSMode getAudioAINSMode()
BOOL isVirtualBackgroundSupported()
查询应用是否支持虚拟背景
BOOL isFrontCameraMirrorEnabled()
BOOL isTurnOnMyAudioWhenJoinMeetingEnabled()
BOOL isMeetingWhiteboardSupported()
BOOL isBeautyFaceSupported()
查询应用是否支持美颜
NEScheduledMemberConfig * getScheduledMemberConfig()
NECloudRecordConfig * getCloudRecordConfig()
BOOL isWaitingRoomSupported()
查询应用是否支持等候室
BOOL isTranscriptionBilingualEnabled()
BOOL isGuestJoinSupported()
NSString *_Nullable getASRTranslationLanguage()
"deprecated in 4.9.0, use getMeetingElapsedTimeDisplayType instead" DEPRECATED_MSG_ATTRIBUTE()
NSString * getCurrentVirtualBackground()
NEInterpretationConfig * getInterpretationConfig()
NSArray< NSString * > * getExternalVirtualBackgroundList()
NEMeetingElapsedTimeDisplayType getMeetingElapsedTimeDisplayType()
BOOL isAutoSilentOnLockEnabled()
NSNumber *_Nullable getHDVideoModeEnabled()
BOOL isCallOutRoomSystemDeviceSupported()
BOOL isVirtualBackgroundEnabled()
BOOL isAvatarUpdateSupported()
BOOL isCaptionBilingualEnabled()
NSArray< NSString * > * getBuiltinVirtualBackgroundList()
NEChatMessageNotificationType getChatMessageNotificationType()
BOOL isTranscriptionSupported()
BOOL isMeetingCloudRecordSupported()
BOOL isSpeakerSpotlightEnabled()
查询是否打开语音激励
BOOL isCaptionsSupported()
BOOL isTurnOnMyVideoWhenJoinMeetingEnabled()
NEMeetingThemeType getThemeMode()
BOOL isMeetingChatSupported()
int getBeautyFaceValue()
获取当前美颜参数,关闭返回0
BOOL isNicknameUpdateSupported()
NSString * getAppNotifySessionId()
BOOL isMeetingLiveSupported()
BOOL isShowNotYetJoinedMembersEnabled()