diff --git a/src/mainpage.dox b/src/mainpage.dox index bca9b078b1..1b8b136fc4 100644 --- a/src/mainpage.dox +++ b/src/mainpage.dox @@ -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=true means * you notified several missing packets from Janus, while uplink=false * means Janus is not receiving all your packets; useful to figure out when @@ -1735,7 +1735,7 @@ GET http://host:port/janus/?maxev=5 "session_id" : , "sender" : "uplink" : true, - "nacks" : + "lost" : } \endverbatim *