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
jquery gets callstack exceeded because the previous modals are not "hide" before the next modal is "show".
getUserMedia in adaptor.js detection doesn't identify chrome... additionally.. if not in HTTPS, getUserMedia doesn't exist.. This can be trivially shimmed around, allowing the datachannel (chat) to work.
There is a loong delay between offer generation and the ICE server result.. 30 seconds or so each way on my setup.. Is this normal?.. would be cool if this was wrapped into a small library.
Cool project!
Here is a PR with what I had to break to get this to work on Chrome/Windows:
Had to force "hide" any open modals before "show" ing the next one, or jquery gets a stack overflow...
I fixed it for the host, but might not have for the client, but it all eventually works...
jquery gets callstack exceeded because the previous modals are not "hide" before the next modal is "show".
getUserMedia in adaptor.js detection doesn't identify chrome... additionally.. if not in HTTPS, getUserMedia doesn't exist.. This can be trivially shimmed around, allowing the datachannel (chat) to work.
There is a loong delay between offer generation and the ICE server result.. 30 seconds or so each way on my setup.. Is this normal?.. would be cool if this was wrapped into a small library.
Cool project!
Here is a PR with what I had to break to get this to work on Chrome/Windows:
Had to force "hide" any open modals before "show" ing the next one, or jquery gets a stack overflow...
I fixed it for the host, but might not have for the client, but it all eventually works...
#39
The text was updated successfully, but these errors were encountered: