[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Media](./puppeteer.protocol.media.md) > [PlayerId](./puppeteer.protocol.media.playerid.md) ## Protocol.Media.PlayerId type Players will get an ID that is unique within the agent context. Signature: ```typescript export type PlayerId = string; ```