mirror of
https://github.com/jech/galene.git
synced 2024-11-09 18:25:58 +01:00
Fix definition of "ice" message.
Thanks to erdnaxe.
This commit is contained in:
parent
dc34c9e459
commit
37049bf4be
1 changed files with 1 additions and 0 deletions
|
@ -181,6 +181,7 @@ Both peers may then trickle ICE candidates with `ice` messages.
|
||||||
```javascript
|
```javascript
|
||||||
{
|
{
|
||||||
type: 'ice',
|
type: 'ice',
|
||||||
|
id: id,
|
||||||
candidate: candidate
|
candidate: candidate
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue