ENUM

SquadStreamInvitationRejectedReason

Describes the reason a squad stream invitation was rejected.

link GraphQL Schema definition

1enum SquadStreamInvitationRejectedReason {
2
3# The recipient rejected the invitation.
4RECIPIENT_REJECTED
5
6# The recipient cannot access the squad stream product (e.g. due to missing
7# transcode, partner-only launch).
8RECIPIENT_CANNOT_ACCESS_SQUAD_STREAM
9
10# The recipient does not allow the sender of the invitation to invite them (e.g.
11# due to their squad stream settings).
12RECIPIENT_CANNOT_BE_INVITED
13}