NEMeetingKit V4.15.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;
9FOUNDATION_EXPORT NSString *const controlTypeVideo;
10
31
35@interface NEMeetingControl : NSObject
36
41
46
50@property(nonatomic, copy) NSString *type;
51
55@property(nonatomic, assign) NEMeetingAttendeeOffType attendeeOff;
56
57@end
58
59#endif /* NEMeetingControl_h */
FOUNDATION_EXPORT NSString *const controlTypeVideo
Definition NEMeetingControl.h:9
NEMeetingAttendeeOffType
Definition NEMeetingControl.h:14
@ AttendeeOffTypeNone
Definition NEMeetingControl.h:19
@ AttendeeOffTypeOffAllowSelfOn
Definition NEMeetingControl.h:24
@ AttendeeOffTypeOffNotAllowSelfOn
Definition NEMeetingControl.h:29
FOUNDATION_EXPORT NSString *const controlTypeAudio
Definition NEMeetingControl.h:8
Definition NEMeetingControl.h:36
NSString * type
Definition NEMeetingControl.h:50
NEMeetingAttendeeOffType attendeeOff
Definition NEMeetingControl.h:55
NEMeetingControl * createVideoControl()
NEMeetingControl * createAudioControl()