NEMeetingKit
V4.15.0
载入中...
搜索中...
未找到
NEMeetingKit
ExportHeaders
NEScreenSharingParams.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
#import <Foundation/Foundation.h>
6
7
NS_ASSUME_NONNULL_BEGIN
11
@interface
NEScreenSharingParams
: NSObject
15
@property
(nonatomic, copy) NSString *
displayName
;
23
@property
(nonatomic, copy) NSString *
sharingCode
;
24
@end
25
26
NS_ASSUME_NONNULL_END
NEScreenSharingParams
Definition
NEScreenSharingParams.h:12
NEScreenSharingParams::sharingCode
NSString * sharingCode
Definition
NEScreenSharingParams.h:23
NEScreenSharingParams::displayName
NSString * displayName
Definition
NEScreenSharingParams.h:15
制作者
1.10.0