...
computed: {
jitsiOptions () {
return {
...
onload: this.onIFrameLoad
};
},
},
methods: {
// Execute commands after the IFrame onload event
// or at any given action by the user.
onIFrameLoad () {
// This will load the 'The display name' value using the `displayName` command.
this.$refs.jitsiRef.executeCommand('displayName', 'The display name');
},
}
...
Jitsi [Options] ()
This plugin supports all options available in the .
Control the embedded JitsiMeet conference using the executeCommand method. Similar to the , this can also be achieved using ref.