0.0.6 • Published 7 years ago

jitsi-meet-wrapper v0.0.6

Weekly downloads
46
License
MIT
Repository
github
Last release
7 years ago

Jitsi Meet Wrapper

This module contains a thin wrapper for Jitsi Meet external iframe API making it easier to use and fixing some its current shortcomings.

Usage

In Node application:

const JitsiMeet = require('jitsi-meet-wrapper');

const meet = new JitsiMeet('https://meet.jit.si');
meet.on('ready', () => {
    const conference = meet.join('Test1234', '#meet');
    conference.on('joined', () => {
        console.log('We are in!');
    });
});

Enjoy!

License

MIT.

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago