diff options
Diffstat (limited to 'common/packets.d.ts')
-rw-r--r-- | common/packets.d.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/packets.d.ts b/common/packets.d.ts index 4ef4ad4..38059a3 100644 --- a/common/packets.d.ts +++ b/common/packets.d.ts @@ -35,7 +35,7 @@ export interface /* enum */ RelayMessage { } export interface ChatMessage { text?: string, image?: string } export interface ProvideInfo { - id: string, + id: string, // for datachannels this is `label`, for tracks this will be the `id` of the only associated stream. kind: "audio" | "video" | "file" label?: string size?: number |