meetecho / janus-gateway

Janus WebRTC Server
https://janus.conf.meetecho.com
GNU General Public License v3.0
8.17k stars 2.47k forks source link

Fix type declaration file for `getBitrate`. #3325

Closed shoka6 closed 7 months ago

shoka6 commented 8 months ago

This PR modifies the type definition of the 'getBitrate' function, referencing the following documentation.

getBitrate(mid): gets a verbose description of the currently received video stream bitrate (optional mid to specify the stream, first video stream if missing);

https://janus.conf.meetecho.com/docs/JS.html

lminiero commented 7 months ago

Thanks for the fix, merging!