mirror of
https://github.com/jech/galene.git
synced 2024-11-09 18:25:58 +01:00
Add forgotten time field to message typedef.
This commit is contained in:
parent
4cdeb1778f
commit
397892d906
1 changed files with 1 additions and 0 deletions
|
@ -239,6 +239,7 @@ function ServerConnection() {
|
|||
* @property {string} [group]
|
||||
* @property {unknown} [value]
|
||||
* @property {boolean} [noecho]
|
||||
* @property {number} [time]
|
||||
* @property {string} [sdp]
|
||||
* @property {RTCIceCandidate} [candidate]
|
||||
* @property {string} [label]
|
||||
|
|
Loading…
Reference in a new issue