Options
All
  • Public
  • Public/Protected
  • All
Menu

Module store/modules/StreamPost/ViewersCount

Index

Variables

Variables

default: { actions: { cleanupViewersCount: any; updateChannelViewersCount: any; updatePubnubViewersCount: any }; getters: { watchingCount: ((state: any) => any) }; mutations: { CLEANUP_VIEWERS_COUNT: any; UPDATE_FACEBOOK_VIEWERS_COUNT: any; UPDATE_PUBNUB_VIEWERS_COUNT: any }; state: { facebookViewersCount: number; pubnubViewersCount: number } }

Type declaration

  • actions: { cleanupViewersCount: any; updateChannelViewersCount: any; updatePubnubViewersCount: any }
  • getters: { watchingCount: ((state: any) => any) }
    • watchingCount: ((state: any) => any)
        • (state: any): any
        • Parameters

          • state: any

          Returns any

  • mutations: { CLEANUP_VIEWERS_COUNT: any; UPDATE_FACEBOOK_VIEWERS_COUNT: any; UPDATE_PUBNUB_VIEWERS_COUNT: any }
  • state: { facebookViewersCount: number; pubnubViewersCount: number }
    • facebookViewersCount: number
    • pubnubViewersCount: number

Generated using TypeDoc