From 397892d9063f35a37f803ea5a297c5478472e4c2 Mon Sep 17 00:00:00 2001 From: Juliusz Chroboczek Date: Fri, 16 Dec 2022 17:56:41 +0100 Subject: [PATCH] Add forgotten time field to message typedef. --- static/protocol.js | 1 + 1 file changed, 1 insertion(+) diff --git a/static/protocol.js b/static/protocol.js index ab4604b..bcc6b32 100644 --- a/static/protocol.js +++ b/static/protocol.js @@ -239,6 +239,7 @@ function ServerConnection() { * @property {string} [group] * @property {unknown} [value] * @property {boolean} [noecho] + * @property {number} [time] * @property {string} [sdp] * @property {RTCIceCandidate} [candidate] * @property {string} [label]