OBJECT
AddStreamAuthorizedUserPayload
AddStreamAuthorizedUserPayload contains the VideoStreamSettings with updated authorized users.
link GraphQL Schema definition
1 type AddStreamAuthorizedUserPayload { 2 3 # The updated channel of broadcaster. 4 : Channel 5 6 # Error code. 7 : AddStreamAuthorizedUserError 8 9 }