🤙Vue Jitsi Meet
Vue component for Jitsi Meet Web Integration via IFrame.
Vue component for Jitsi Meet Web Integration via IFrame.
NOTE: Always refer to the official Jitsi Meet IFrame API Docs.
Installation
YARN
NPM
Props
Prop | Type | Description |
---|---|---|
domain | String | The jitsi server domain |
options | Object |
Usage
Domain, and Options
This plugin supports all options available in the Jitsi IFrame API Documentation.
Usage
Just bind the jitsi option object to the options
property.
Events
Methods
addEventListener(eventName, handler)
To create an event, you must specify a ref
in the JitsiMeet component. This ref
is required to access the methods in the JitMeet component.
Execute Command
Methods
executeCommand(commandName, arg1, arg2, ...args)
Control the embedded JitsiMeet conference using the executeCommand
method. Similar to the events, this can also be achieved using ref
.
Last updated