You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm looking at adding the option to set the sender's priority when adding local media stream tracks to the peer connection in RTCSession. In some applications, this could be used as a QoS marker, to make sure the user agent allocates a higher bandwidth, for example.
I've verified This works in Chrome ( 130.0.6723.117) but does not work in Safari (17.x) - both desktop and mobile (rdcp is set to 0 - can be checked in wireshark capture).
I'm looking at adding the option to set the sender's priority when adding local media stream tracks to the peer connection in
RTCSession
. In some applications, this could be used as a QoS marker, to make sure the user agent allocates a higher bandwidth, for example.The way I would do it this:
Would this addition be of interested to the project? If so, I'd be happy to open a PR for it.
Also, I'm not too sure where the best place would be to define
this.priority
: inRTCSession.js
itself, perhaps? Or better pass it to the constructor?The text was updated successfully, but these errors were encountered: