#include <JCMediaChannel.h>
◆ toParamString
- (NSString *__nonnull) toParamString |
|
|
|
将成员变量 sipUri、rout、displayName、mcu、video、dtmfPassword 组装成 json 字符串
- 返回
- json 字符串
◆ displayName
- (NSString* __nullable) displayName |
|
readwritenonatomicstrong |
◆ dtmfPassowrd
- (NSString* __nullable) dtmfPassowrd |
|
readwritenonatomicstrong |
◆ mcu
inviteSipUser
函数的入参 userId 是否为 Mcu 会议,默认不是 Mcu 会议
- true: Mcu 会议
- false: 不是 Mcu 会议
◆ route
决定 sip 信令是否路由到 userId 的 sip 域里,sipUri 为 true 才生效,默认不路由
- true: sip 信令路由到 userId 的 sip 域里
- false: sip 信令不路由到 userId 的 sip 域里
◆ sipUri
◆ video
是否需要视频接入,默认不需要
- true: 需要视频接入
- false: 不需要视频接入
该类的文档由以下文件生成: