Skip to content

Commit

Permalink
Fixed deprecated info on slowlink in the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
lminiero committed Mar 28, 2024
1 parent 2fba0cf commit a893423
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/mainpage.dox
Expand Up @@ -361,7 +361,7 @@ var janus = new Janus(
* problems on the media path (e.g., media never started, or stopped at some time);
* - \c slowLink: this callback is triggered when Janus reports trouble
* either sending or receiving media on the specified PeerConnection, typically
* as a consequence of too many NACKs received from/sent to the user in the
* as a consequence of too lost packets detected to/from the user in the
* last second: for instance, a \c slowLink with uplink=<b>true</b> means
* you notified several missing packets from Janus, while uplink=<b>false</b>
* means Janus is not receiving all your packets; useful to figure out when
Expand Down Expand Up @@ -1735,7 +1735,7 @@ GET http://host:port/janus/<sessionid>?maxev=5
"session_id" : <the session identifier>,
"sender" : <the handle identifier>
"uplink" : true,
"nacks" : <number of NACKs in the last second>
"lost" : <number of lost packets in the last second>
}
\endverbatim
*
Expand Down

0 comments on commit a893423

Please sign in to comment.