ENUM

AutohostSettingsStrategy

The strategy to use when choosing channels to autohost.

link GraphQL Schema definition

1enum AutohostSettingsStrategy {
2
3# Picks channels in the order defined by the user.
4ORDERED
5
6# Picks channels at random.
7RANDOM
8}