1
Fork 0
mirror of https://github.com/jech/galene.git synced 2024-11-09 02:05:59 +01:00

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

View file

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