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
When I use session.connection.getStats(videoTrack) I am receiving the following error:
DOMException: track must be associated with a unique sender or receiver, but is associated with 0 senders and 0 receivers.
This only happens on Firefox, on Edge, Chrome and Electron it works well
When I use session.connection.getStats(videoTrack) I am receiving the following error:
DOMException: track must be associated with a unique sender or receiver, but is associated with 0 senders and 0 receivers.
This only happens on Firefox, on Edge, Chrome and Electron it works well
Here is how I use the method.
Thank you
The text was updated successfully, but these errors were encountered: