1
Fork 0

Add forgotten time field to message typedef.

This commit is contained in:
Juliusz Chroboczek 2022-12-16 17:56:41 +01:00
parent 4cdeb1778f
commit 397892d906
1 changed files with 1 additions and 0 deletions

View File

@ -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]