Skip to content

Type alias: ChannelEventEmitters

ChannelEventEmitters: Object

Type declaration

CHANNEL_BANNED

CHANNEL_BANNED: (channelId) => void

Parameters

ParameterType
channelIdstring | number

Returns

void

CHANNEL_FOLLOWERS_UPDATE

CHANNEL_FOLLOWERS_UPDATE: (followersUpdateInstance) => void

Parameters

ParameterType
followersUpdateInstanceFollowersUpdateInstance

Returns

void

CHANNEL_LEADERBOARD_UPDATE

CHANNEL_LEADERBOARD_UPDATE: (giftsLeaderboardUpdatedInstance) => void

Parameters

ParameterType
giftsLeaderboardUpdatedInstanceGiftsLeaderboardUpdatedInstance

Returns

void

CHANNEL_START_HOST

CHANNEL_START_HOST: (chatMoveToSupportedChannelInstance) => void

Parameters

ParameterType
chatMoveToSupportedChannelInstanceChatMoveToSupportedChannelInstance

Returns

void

CHANNEL_START_STREAM

CHANNEL_START_STREAM: (streamerIsLiveInstance) => void

Parameters

ParameterType
streamerIsLiveInstanceStreamerIsLiveInstance

Returns

void

CHANNEL_STOP_STREAM

CHANNEL_STOP_STREAM: (stopStreamBroadcastInstance) => void

Parameters

ParameterType
stopStreamBroadcastInstanceStopStreamBroadcastInstance

Returns

void

CHANNEL_SUBSCRIPTION

CHANNEL_SUBSCRIPTION: (channelSubscriptionInstance) => void

Parameters

ParameterType
channelSubscriptionInstanceChannelSubscriptionInstance

Returns

void

CHANNEL_SUBSCRIPTIONS_GIFTED

CHANNEL_SUBSCRIPTIONS_GIFTED: (luckyUsersWhoGotGiftSubscriptionsInstance) => void

Parameters

ParameterType
luckyUsersWhoGotGiftSubscriptionsInstanceLuckyUsersWhoGotGiftSubscriptionsInstance

Returns

void

ws/channel/channel.events.ts:25


Generated using typedoc-plugin-markdown and TypeDoc