#include <NESettingsService.h>
会议设置服务,可设置入会时、会议中的一些配置信息
如入会时的音视频开关选项,如果在入会时未指定NEMeetingOptions
,则使用该设置服务提供的默认值
该设置服务使用设备本地存储,暂不支持漫游
可通过 NEMeetingKit#getSettingsService()
获取对应的服务实例。
◆ addSettingsChangedListener:
◆ DEPRECATED_MSG_ATTRIBUTE [1/5]
查询是否显示会议时长
- 弃用
- 该方法已废弃,请使用getMeetingElapsedTimeDisplayType
◆ DEPRECATED_MSG_ATTRIBUTE [2/5]
◆ DEPRECATED_MSG_ATTRIBUTE [3/5]
◆ DEPRECATED_MSG_ATTRIBUTE [4/5]
◆ DEPRECATED_MSG_ATTRIBUTE [5/5]
◆ enableAudioAINS:
- (void) enableAudioAINS: |
|
(BOOL) | enable |
|
◆ enableCaptionBilingual:callback:
- (void) enableCaptionBilingual: |
|
(BOOL) | enable |
callback: |
|
(void(^)(NSInteger code, NSString *_Nullable message)) | callback |
开启会中字幕同时显示双语
- 参数
-
enable | YES-开启,NO-关闭 |
callback | 回调 |
◆ enableFrontCameraMirror:
- (void) enableFrontCameraMirror: |
|
(BOOL) | enable |
|
◆ enableShowMyMeetingElapseTime:
- (void) enableShowMyMeetingElapseTime: |
|
(BOOL) | enable |
|
设置是否显示会议时长
- 参数
-
- 弃用
- 该方法已废弃,请使用setMeetingElapsedTimeDisplayType
◆ enableShowNameInVideo:
- (void) enableShowNameInVideo: |
|
(BOOL) | enable |
|
◆ enableShowNotYetJoinedMembers:
- (void) enableShowNotYetJoinedMembers: |
|
(BOOL) | enable |
|
◆ enableSpeakerSpotlight:
- (void) enableSpeakerSpotlight: |
|
(BOOL) | enable |
|
◆ enableTranscriptionBilingual:callback:
- (void) enableTranscriptionBilingual: |
|
(BOOL) | enable |
callback: |
|
(void(^)(NSInteger code, NSString *_Nullable message)) | callback |
开启会中转写同时显示双语
- 参数
-
enable | YES-开启,NO-关闭 |
callback | 回调 |
◆ enableTransparentWhiteboard:
- (void) enableTransparentWhiteboard: |
|
(BOOL) | enable |
|
◆ enableTurnOnMyAudioWhenJoinMeeting:
- (void) enableTurnOnMyAudioWhenJoinMeeting: |
|
(BOOL) | enable |
|
设置入会时是否打开本地音频
- 参数
-
enable | YES-入会时打开音频,NO-入会时关闭音频 |
◆ enableTurnOnMyVideoWhenJoinMeeting:
- (void) enableTurnOnMyVideoWhenJoinMeeting: |
|
(BOOL) | enable |
|
设置入会时是否打开本地视频
- 参数
-
enable | YES-入会时打开视频,NO-入会时关闭视频 |
◆ enableVirtualBackground:
- (void) enableVirtualBackground: |
|
(BOOL) | enable |
|
◆ getAppNotifySessionId
- (NSString *) getAppNotifySessionId |
|
|
|
◆ getASRTranslationLanguage
◆ getBeautyFaceValue
- (int) getBeautyFaceValue |
|
|
|
◆ getBuiltinVirtualBackgroundList
- (NSArray< NSString * > *) getBuiltinVirtualBackgroundList |
|
|
|
◆ getChatMessageNotificationType
◆ getCloudRecordConfig
◆ getCurrentVirtualBackground
- (NSString *) getCurrentVirtualBackground |
|
|
|
◆ getExternalVirtualBackgroundList
- (NSArray< NSString * > *) getExternalVirtualBackgroundList |
|
|
|
◆ getHistoryMeetingItem:
- (void) getHistoryMeetingItem: |
|
("deprecated in 4.6.) | 0 |
|
|
(use NEPreMeetingService getLocalHistoryMeetingList:instead") | DEPRECATED_MSG_ATTRIBUTE |
◆ getInterpretationConfig
◆ getMeetingElapsedTimeDisplayType
◆ getScheduledMemberConfig
◆ isAudioAINSEnabled
- (BOOL) isAudioAINSEnabled |
|
|
|
◆ isAvatarUpdateSupported
- (BOOL) isAvatarUpdateSupported |
|
|
|
◆ isBeautyFaceSupported
- (BOOL) isBeautyFaceSupported |
|
|
|
◆ isCallOutRoomSystemDeviceSupported
- (BOOL) isCallOutRoomSystemDeviceSupported |
|
|
|
◆ isCaptionBilingualEnabled
- (BOOL) isCaptionBilingualEnabled |
|
|
|
◆ isCaptionsSupported
- (BOOL) isCaptionsSupported |
|
|
|
◆ isFrontCameraMirrorEnabled
- (BOOL) isFrontCameraMirrorEnabled |
|
|
|
◆ isGuestJoinSupported
- (BOOL) isGuestJoinSupported |
|
|
|
◆ isMeetingChatSupported
- (BOOL) isMeetingChatSupported |
|
|
|
◆ isMeetingCloudRecordSupported
- (BOOL) isMeetingCloudRecordSupported |
|
|
|
◆ isMeetingLiveSupported
- (BOOL) isMeetingLiveSupported |
|
|
|
◆ isMeetingWhiteboardSupported
- (BOOL) isMeetingWhiteboardSupported |
|
|
|
◆ isNicknameUpdateSupported
- (BOOL) isNicknameUpdateSupported |
|
|
|
◆ isShowNameInVideoEnabled
- (BOOL) isShowNameInVideoEnabled |
|
|
|
◆ isShowNotYetJoinedMembersEnabled
- (BOOL) isShowNotYetJoinedMembersEnabled |
|
|
|
◆ isSpeakerSpotlightEnabled
- (BOOL) isSpeakerSpotlightEnabled |
|
|
|
◆ isTranscriptionBilingualEnabled
- (BOOL) isTranscriptionBilingualEnabled |
|
|
|
◆ isTranscriptionSupported
- (BOOL) isTranscriptionSupported |
|
|
|
◆ isTransparentWhiteboardEnabled
- (BOOL) isTransparentWhiteboardEnabled |
|
|
|
◆ isTurnOnMyAudioWhenJoinMeetingEnabled
- (BOOL) isTurnOnMyAudioWhenJoinMeetingEnabled |
|
|
|
◆ isTurnOnMyVideoWhenJoinMeetingEnabled
- (BOOL) isTurnOnMyVideoWhenJoinMeetingEnabled |
|
|
|
◆ isVirtualBackgroundEnabled
- (BOOL) isVirtualBackgroundEnabled |
|
|
|
◆ isVirtualBackgroundSupported
- (BOOL) isVirtualBackgroundSupported |
|
|
|
◆ isWaitingRoomSupported
- (BOOL) isWaitingRoomSupported |
|
|
|
◆ removeSettingsChangedListener:
◆ setASRTranslationLanguage:callback:
设置会中字幕/转写翻译语言
- 参数
-
language | 目标翻译语言 |
callback | 回调 |
◆ setBeautyFaceValue:
- (void) setBeautyFaceValue: |
|
(int) | value |
|
设置美颜参数
- 参数
-
value | 传入美颜等级,参数规则为[0,10]整数 |
◆ setBuiltinVirtualBackgroundList:
- (void) setBuiltinVirtualBackgroundList: |
|
(NSArray< NSString * > *) | pathList |
|
◆ setBuiltinVirtualBackgrounds:
◆ setChatMessageNotificationType:
◆ setCloudRecordConfig:
◆ setCurrentVirtualBackground:
- (void) setCurrentVirtualBackground: |
|
(NSString *) | path |
|
◆ setExternalVirtualBackgroundList:
- (void) setExternalVirtualBackgroundList: |
|
(NSArray< NSString * > *) | pathList |
|
◆ setMeetingElapsedTimeDisplayType:
◆ setTurnOnMyAudioWhenJoinMeeting:
- (void) setTurnOnMyAudioWhenJoinMeeting: |
|
("deprecated in 4.6.) | 0 |
|
|
(use enableTurnOnMyAudioWhenJoinMeeting:instead") | DEPRECATED_MSG_ATTRIBUTE |
◆ setTurnOnMyVideoWhenJoinMeeting:
- (void) setTurnOnMyVideoWhenJoinMeeting: |
|
("deprecated in 4.6.) | 0 |
|
|
(use enableTurnOnMyVideoWhenJoinMeeting:instead") | DEPRECATED_MSG_ATTRIBUTE |
该类的文档由以下文件生成: