OBJECT
DashboardActivityFeedActivityHosting
When a user hosts a channel.
link GraphQL Schema definition
1 type DashboardActivityFeedActivityHosting implements DashboardActivityFeedActivity { 2 3 # Status of the corresponding alert. 4 : DashboardActivityFeedActivityAlertStatus 5 6 # User/Channel who is now hosting the channel. 7 : User 8 9 # Unique identifier for this hosting action. 10 : ID! 11 12 # When the host initiated the hosting session. 13 : Time! 14 15 # Number of viewers from the host channel. 16 : Int 17 18 }
link Required by
This element is not required by anyone