OBJECT

DashboardActivityFeedActivityHosting

When a user hosts a channel.

link GraphQL Schema definition

1type DashboardActivityFeedActivityHosting implements DashboardActivityFeedActivity {
2
3# Status of the corresponding alert.
4alertStatus: DashboardActivityFeedActivityAlertStatus
5
6# User/Channel who is now hosting the channel.
7host: User
8
9# Unique identifier for this hosting action.
10id: ID!
11
12# When the host initiated the hosting session.
13timestamp: Time!
14
15# Number of viewers from the host channel.
16viewerCount: Int
17
18}

link Required by

This element is not required by anyone