OBJECT

VisitStreamManagerPayload

Payload returned from Visit Stream Manager call.

link GraphQL Schema definition

1type VisitStreamManagerPayload {
2
3# The channel ID of the stream manager visited.
4channelID: ID
5
6# The success/failure of the client.
7isSuccess: Boolean
8
9# The viewer ID trying to view the stream manager.
10viewerID: ID
11
12}