Type alias NEGroupCallCallFnParams

NEGroupCallCallFnParams: { callId?: string; calleeList: string[]; extraInfo?: string; groupId?: string; groupType?: number; inviteMode?: number; joinMode?: number; pushParam?: { payload?: string; pushContent?: string; pushMode?: number; sound?: string }; timeout?: number }

Type declaration

  • Optional callId?: string

    呼叫id

  • calleeList: string[]

    呼叫人列表

  • Optional extraInfo?: string

    附加信息

  • Optional groupId?: string

    话单发送的群组

  • Optional groupType?: number

    1: 讨论组 2: 高级群 3: 聊天室

  • Optional inviteMode?: number

    邀请模式

  • Optional joinMode?: number

    加入模式 0 任何人都可以加入群聊通话,1 只能被邀请

  • Optional pushParam?: { payload?: string; pushContent?: string; pushMode?: number; sound?: string }

    自定义推送参数

    • Optional payload?: string

      推送对应的 payload,必须是 JSON 格式且不能超过 2000 字符

    • Optional pushContent?: string

      推送文案,最长 500 个字符

    • Optional pushMode?: number

      推送模式,0.关闭,1.开启,2.强制开启

    • Optional sound?: string

      客户端本地的声音文件名,长度不要超过 30 个字符

  • Optional timeout?: number

    超时时间

Generated using TypeDoc