Type alias NESwtichCallTypeEvent

NESwtichCallTypeEvent: { callId: string; callType: SignalControllerCallType; state: number }

Type declaration

  • callId: string

    呼叫id

  • callType: SignalControllerCallType

    切换类型 1:语音,2:视频

  • state: number

    切换状态 1:邀请,2:同意,3:拒绝

Generated using TypeDoc