额外参数

Properties

displayName: string = ''

sip 用户加入会议后的昵称

dtmfPassword: string = ''

dtmf 密码

mcu: boolean = false

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

  • true: Mcu 会议
  • false: 不是 Mcu 会议
route: boolean = false

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

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

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

  • true: sipUri
  • false: 号码
video: boolean = false

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

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

Methods

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

    Returns string

    json 字符串