Options
All
  • Public
  • Public/Protected
  • All
Menu

Module store/modules/StreamPost/StreamInfo

Index

Variables

Variables

default: { actions: { appendMessage: any; cleanupStreamInfo: any; clearSocketIO: any; connectSocketIO: any; fetchReplayStreamInfo: any; fetchStreamInfo: any; kickUser: any; setPubnubState: any }; getters: { cartChannels: ((state: any) => any); commentChannels: ((state: any) => any); failedChannels: ((state: any) => any); isSrsStream: ((state: any) => boolean); pubnub: ((state: any) => any); pubnubGroupName: ((state: any) => any); pubnubSubscribeKey: ((state: any) => any); streamInfo: ((state: any) => any); userObject: ((state: any, getters: any, rootState: any, rootGetters: any) => { id: any; type: string }) }; mutations: { CLEANUP_STREAM_INFO: any; UPDATE_PUBNUB: any; UPDATE_SORTED_CHANNEL: any; UPDATE_STREAMINFO: any }; state: { cartChannels: never[]; commentChannels: never[]; failedChannels: never[]; pubnub: null; streamInfo: null } }

Type declaration

  • actions: { appendMessage: any; cleanupStreamInfo: any; clearSocketIO: any; connectSocketIO: any; fetchReplayStreamInfo: any; fetchStreamInfo: any; kickUser: any; setPubnubState: any }
  • getters: { cartChannels: ((state: any) => any); commentChannels: ((state: any) => any); failedChannels: ((state: any) => any); isSrsStream: ((state: any) => boolean); pubnub: ((state: any) => any); pubnubGroupName: ((state: any) => any); pubnubSubscribeKey: ((state: any) => any); streamInfo: ((state: any) => any); userObject: ((state: any, getters: any, rootState: any, rootGetters: any) => { id: any; type: string }) }
    • cartChannels: ((state: any) => any)
        • (state: any): any
        • Parameters

          • state: any

          Returns any

    • commentChannels: ((state: any) => any)
        • (state: any): any
        • Parameters

          • state: any

          Returns any

    • failedChannels: ((state: any) => any)
        • (state: any): any
        • Parameters

          • state: any

          Returns any

    • isSrsStream: ((state: any) => boolean)
        • (state: any): boolean
        • Parameters

          • state: any

          Returns boolean

    • pubnub: ((state: any) => any)
        • (state: any): any
        • Parameters

          • state: any

          Returns any

    • pubnubGroupName: ((state: any) => any)
        • (state: any): any
        • Parameters

          • state: any

          Returns any

    • pubnubSubscribeKey: ((state: any) => any)
        • (state: any): any
        • Parameters

          • state: any

          Returns any

    • streamInfo: ((state: any) => any)
        • (state: any): any
        • Parameters

          • state: any

          Returns any

    • userObject: ((state: any, getters: any, rootState: any, rootGetters: any) => { id: any; type: string })
        • (state: any, getters: any, rootState: any, rootGetters: any): { id: any; type: string }
        • Parameters

          • state: any
          • getters: any
          • rootState: any
          • rootGetters: any

          Returns { id: any; type: string }

          • id: any
          • type: string
  • mutations: { CLEANUP_STREAM_INFO: any; UPDATE_PUBNUB: any; UPDATE_SORTED_CHANNEL: any; UPDATE_STREAMINFO: any }
  • state: { cartChannels: never[]; commentChannels: never[]; failedChannels: never[]; pubnub: null; streamInfo: null }
    • cartChannels: never[]
    • commentChannels: never[]
    • failedChannels: never[]
    • pubnub: null
    • streamInfo: null

Generated using TypeDoc