From 68187c38e57c74c101c23b5c135acf7646947187 Mon Sep 17 00:00:00 2001 From: Philipp Hancke Date: Tue, 18 Apr 2023 18:55:50 +0200 Subject: [PATCH] fix RTCEncodedVideoFrameMeta contributingSources indent --- index.bs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.bs b/index.bs index 3a46a6a..6a13a3c 100644 --- a/index.bs +++ b/index.bs @@ -330,7 +330,7 @@ dictionary RTCEncodedVideoFrameMetadata { unsigned long temporalIndex; unsigned long synchronizationSource; octet payloadType; - sequence<unsigned long> contributingSources; + sequence<unsigned long> contributingSources; };