1
Fork 0

Fix definition of "ice" message.

Thanks to erdnaxe.
This commit is contained in:
Juliusz Chroboczek 2021-03-29 15:29:09 +02:00
parent dc34c9e459
commit 37049bf4be
1 changed files with 1 additions and 0 deletions

View File

@ -181,6 +181,7 @@ Both peers may then trickle ICE candidates with `ice` messages.
```javascript
{
type: 'ice',
id: id,
candidate: candidate
}
```