NERtcCallKit V3.4.0
载入中...
搜索中...
未找到
NEHangupParam.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// #import "NERtcCallKitConsts.h"
7
8NS_ASSUME_NONNULL_BEGIN
9
10@interface NEHangupParam : NSObject
11
13@property(nonatomic, strong) NSString *channelId;
14
16@property(nonatomic, strong, nullable) NSString *extraString;
17
18@end
19
20NS_ASSUME_NONNULL_END
定义 NEHangupParam.h:11
NSString * extraString
用户自定义信息
定义 NEHangupParam.h:16
NSString * channelId
信令通道id
定义 NEHangupParam.h:13