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