NEMeetingKit V4.12.0
载入中...
搜索中...
未找到
NEMeetingControl.h
浏览该文件的文档.
1// Copyright (c) 2022 NetEase, Inc. All rights reserved.
2// Use of this source code is governed by a MIT license that can be
3// found in the LICENSE file.
4
5#ifndef NEMeetingControl_h
6#define NEMeetingControl_h
7
8FOUNDATION_EXPORT NSString *const controlTypeAudio;
9
10FOUNDATION_EXPORT NSString *const controlTypeVideo;
11
32
36@interface NEMeetingControl : NSObject
37
42
47
51@property(nonatomic, copy) NSString *type;
52
56@property(nonatomic, assign) NEMeetingAttendeeOffType attendeeOff;
57
58@end
59
60#endif /* NEMeetingControl_h */
FOUNDATION_EXPORT NSString *const controlTypeVideo
Definition NEMeetingControl.h:10
NEMeetingAttendeeOffType
Definition NEMeetingControl.h:15
@ AttendeeOffTypeNone
Definition NEMeetingControl.h:20
@ AttendeeOffTypeOffAllowSelfOn
Definition NEMeetingControl.h:25
@ AttendeeOffTypeOffNotAllowSelfOn
Definition NEMeetingControl.h:30
FOUNDATION_EXPORT NSString *const controlTypeAudio
Definition NEMeetingControl.h:8
Definition NEMeetingControl.h:37
NSString * type
Definition NEMeetingControl.h:51
NEMeetingAttendeeOffType attendeeOff
Definition NEMeetingControl.h:56
NEMeetingControl * createVideoControl()
NEMeetingControl * createAudioControl()