NERtcCallKit for iOS
V3.1.0
载入中...
搜索中...
未找到
Param
NESwitchParam.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 "
NECallEngineConsts.h
"
7
NS_ASSUME_NONNULL_BEGIN
8
9
@interface
NESwitchParam
: NSObject
10
12
@property
(nonatomic, assign) NECallType
callType
;
13
15
@property
(nonatomic, assign)
NECallSwitchState
state
;
16
17
@end
18
19
NS_ASSUME_NONNULL_END
NECallEngineConsts.h
NECallSwitchState
NECallSwitchState
通话行为
定义
NECallEngineConsts.h:19
NESwitchParam
定义
NESwitchParam.h:10
NESwitchParam::state
NECallSwitchState state
切换状态,在开启音视频切换需确认配置条件下 1 发起切换请求 2 同意切换 3 拒绝切换
定义
NESwitchParam.h:15
NESwitchParam::callType
NECallType callType
通话类型
定义
NESwitchParam.h:12
制作者
1.12.0