From a3cc9f8fb1bf45741b08ce6d383c4d7cc8ea8b1f Mon Sep 17 00:00:00 2001 From: metamuffin Date: Fri, 16 Sep 2022 20:46:58 +0200 Subject: optional streams (2, basic functionality) --- common/packets.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/packets.d.ts') 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 -- cgit v1.2.3-70-g09d2