From 37049bf4befce41b6cddae61f2a811a440514342 Mon Sep 17 00:00:00 2001 From: Juliusz Chroboczek Date: Mon, 29 Mar 2021 15:29:09 +0200 Subject: [PATCH] Fix definition of "ice" message. Thanks to erdnaxe. --- README.PROTOCOL | 1 + 1 file changed, 1 insertion(+) diff --git a/README.PROTOCOL b/README.PROTOCOL index 96f29db..4d6dfd9 100644 --- a/README.PROTOCOL +++ b/README.PROTOCOL @@ -181,6 +181,7 @@ Both peers may then trickle ICE candidates with `ice` messages. ```javascript { type: 'ice', + id: id, candidate: candidate } ```