14 lines
455 B
Markdown
14 lines
455 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[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.
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
export type PlayerId = string;
|
||
|
```
|