Type alias NEInviteInfo

NEInviteInfo: {
    callType: SignalControllerCallType;
    callerAccId: string;
    channelId: string;
    extraInfo?: string;
}

Type declaration

  • callType: SignalControllerCallType

    呼叫类型 1 音频 2 视频

  • callerAccId: string

    呼叫id

  • channelId: string

    用于挂断

  • Optional extraInfo?: string

    附加信息

Generated using TypeDoc