Type Alias PlayAgentInformation

PlayAgentInformation: {
    createdAt: Date;
    id: string;
    name: string;
    sid: string;
    updatedAt: Date;
}

Minimal player identity in the SDK (without preview URL).