Hi,
I'm using this javascript to display webrtc streams in my browser. At a certain points, e.g. if I want to switch from high quality stream to low quality stream, I need to close che currently open stream, and open a connection to the new one.
How can I do this? I'd like to avoid having unnecessary connections open
Hi, I'm using this javascript to display webrtc streams in my browser. At a certain points, e.g. if I want to switch from high quality stream to low quality stream, I need to close che currently open stream, and open a connection to the new one. How can I do this? I'd like to avoid having unnecessary connections open
Thanks