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 having a small problem though, in my tool there's a local feed and a remote feed, everything works fine for a while but after 20/30 mins, both local and remote feed duplicate by themselves, they are added as if they're new "peer" per se.
First of all, love this library.
I'm having a small problem though, in my tool there's a local feed and a remote feed, everything works fine for a while but after 20/30 mins, both local and remote feed duplicate by themselves, they are added as if they're new "peer" per se.
this is my configuration:
webrtc = new SimpleWebRTC({
localVideoEl: 'publisherDiv',
remoteVideosEl: '',
autoRequestMedia: true,
media: mediaOptions,
enableDataChannels:false,
nick: name,
debug: false,
url: l_url
});
Any ideas or clue would be greatly appreciated, thanks!
The text was updated successfully, but these errors were encountered: