PlayerClient: {
    type: "compound";
    value: {
        MsaId?: { type: "string"; value: string };
        SelfSignedId?: { type: "string"; value: string };
        ServerId?: { type: "string"; value: string };
    };
}

The PlayerClient schema.

The player client data.

Type declaration

  • type: "compound"
  • value: {
        MsaId?: { type: "string"; value: string };
        SelfSignedId?: { type: "string"; value: string };
        ServerId?: { type: "string"; value: string };
    }