RTCFly

Thanks for checking us out. The mission of RTCFly is to make WebRTC and SIP/WS accessible to all developers, in the form of a beautiful codebase. This project is a side effect of the Video Chat extension for Meteor, as we needed to make the code more generic and testable, (Following SOLID principles) and ended up with this lovely core project.

import { client as CoreClient } from 'rtcfly';


const core = new CoreClient({
    iceServers:[]
});

core.call({
    id:"dave",
    video:true, 
    audio:true
});
core.on('callTerminated', () => {
    console.log("it's super easy, please read on!");
});

results matching ""

    No results matching ""