puppeteer/new-docs/puppeteer.protocol.media.playerid.md

14 lines
455 B
Markdown
Raw Normal View History

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [Media](./puppeteer.protocol.media.md) &gt; [PlayerId](./puppeteer.protocol.media.playerid.md)
## Protocol.Media.PlayerId type
Players will get an ID that is unique within the agent context.
<b>Signature:</b>
```typescript
export type PlayerId = string;
```