OBJECT

RegenerateStreamKeyPayload

RegenerateStreamKeyPayload contains the VideoStreamSettings with updated stream key.

link GraphQL Schema definition

1type RegenerateStreamKeyPayload {
2
3# The updated video stream for channel.
4channel: Channel
5
6}