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
<script src="https://rtcmulticonnection.herokuapp.com/dist/RTCMultiConnection.min.js"></script>
<script src="https://rtcmulticonnection.herokuapp.com/socket.io/socket.io.js"></script>
<script>
var connection = new RTCMultiConnection();
// this line is VERY_important
connection.socketURL = 'http://localhost:9001/';
// if you want audio+video conferencing
connection.session = {
audio: true,
video: true
};
connection.openOrJoin('test');
</script>
...does not work.
The text was updated successfully, but these errors were encountered:
Following the installation instructions in https://github.com/muaz-khan/RTCMultiConnection-Server/wiki#install-using-npm and then trying to run the simple demo:
...does not work.
The text was updated successfully, but these errors were encountered: