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 } ```