How to use the open-easyrtc.listen function in open-easyrtc

To help you get started, we’ve selected a few open-easyrtc examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github trailofbits / tubertc / server.js View on Github external
{
            url: 'stun:stun.sipgate.net'
        },
        {
            url: 'stun:217.10.68.152'
        },
        {
            url: 'stun:stun.sipgate.net:10000'
        },
        {
            url: 'stun:217.10.68.152:10000'
        }
    ]);
}

easyrtc.listen(tubertcApp, socketServer);

open-easyrtc

Open-EasyRTC enables quick development of WebRTC

BSD-2-Clause
Latest version published 11 months ago

Package Health Score

59 / 100
Full package analysis

Popular open-easyrtc functions