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 think this is happening because the server is relying on the device itself when displaying the streams. To solve this, I've added a control to peer_connection.ontrack so it only runs once. Just create a variable x with a value of 0, create a condition of x == 0 and, if the condition is true, x += 1 and execute the content of the function.
hi
i connect with 2 device but i see 3 image on client
The text was updated successfully, but these errors were encountered: