MessageComposer: Trigger Jitsi app from call buttons
This commit is contained in:
parent
5d898dd098
commit
91eabbba60
3 changed files with 37 additions and 11 deletions
|
@ -12,6 +12,12 @@ class ModularWidgets {
|
|||
name: 'Grafana',
|
||||
description: 'Graph and monitor all the things!',
|
||||
},
|
||||
{
|
||||
type: 'jitsi',
|
||||
icon: 'http://localhost:8000/static/jitsi.png',
|
||||
name: 'jitsi',
|
||||
description: 'Jitsi video conference',
|
||||
},
|
||||
{
|
||||
type: 'custom',
|
||||
icon: 'http://localhost:8000/static/blocks.png',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue