- Install the plugin
npm install --save <not on npm yet>
- Add Plugin to app
import VueJitsi from 'vue-jitsi';
Vue.use(VueJitsi);
<jitsi
:roomID="your-room-id"
:domain="ikeoha.com"
:userInfo="{
email: ''
}"
:config="{}"
:interfaceConfig="{}"
/>
Please find more config
options at enter link description here and more interfaceConfigOptions
at enter link description here
Prop | value | default |
---|---|---|
roomID | string | '' |
domain | string | meet.jit.si |
userInfo | object | {} |
height | string OR number | 100% |
width | string OR number | 100% |
config | {} | {} |
interfaceConfig | {} | {} |