构造函数

(NSString *__nonnull) - toParamString
 

属性

bool sipUri
 
bool route
 
NSString *__nullable displayName
 
bool mcu
 
bool video
 
NSString *__nullable dtmfPassowrd
 

详细描述

额外信息类

函数文档

◆ toParamString

- (NSString* __nonnull) toParamString

将成员变量 sipUri、rout、displayName、mcu、video、dtmfPassword 组装成 json 字符串

返回
json 字符串

属性说明

◆ displayName

- (NSString* __nullable) displayName
readwritenonatomicstrong

sip用户加入会议后的昵称

◆ dtmfPassowrd

- (NSString* __nullable) dtmfPassowrd
readwritenonatomicstrong

dtmf 密码

◆ mcu

- (bool) mcu
readwritenonatomicassign

inviteSipUser 函数的入参 userId 是否为 Mcu 会议,默认不是 Mcu 会议

  • true: Mcu 会议
  • false: 不是 Mcu 会议

◆ route

- (bool) route
readwritenonatomicassign

决定 sip 信令是否路由到 userId 的 sip 域里,sipUri 为 true 才生效,默认不路由

  • true: sip 信令路由到 userId 的 sip 域里
  • false: sip 信令不路由到 userId 的 sip 域里

◆ sipUri

- (bool) sipUri
readwritenonatomicassign

inviteSipUser 函数的入参 userId 的格式是号码还是 sipUri,默认入参为号码

  • true: sipUri
  • false: 号码

◆ video

- (bool) video
readwritenonatomicassign

是否需要视频接入,默认不需要

  • true: 需要视频接入
  • false: 不需要视频接入

该类的文档由以下文件生成:
最后更新时间: 2023/4/28 11:17:11