OBJECT

AddStreamAuthorizedUserPayload

AddStreamAuthorizedUserPayload contains the VideoStreamSettings with updated authorized users.

link GraphQL Schema definition

1type AddStreamAuthorizedUserPayload {
2
3# The updated channel of broadcaster.
4channel: Channel
5
6# Error code.
7error: AddStreamAuthorizedUserError
8
9}