Files
calendar/packages/app-store/jelly/config.json
T
da7c5ec407 fix: Fixes Jelly type mismatch and passes conference credential id when confirm bookings (#14209)
* On confirmation get the conference credential id

* Fix misconfigured location type

---------

Co-authored-by: Bailey Pumfleet <bailey@pumfleet.co.uk>
2024-03-25 23:15:23 -04:00

24 lines
783 B
JSON

{
"/*": "Don't modify slug - If required, do it using cli edit command",
"name": "Jelly",
"slug": "jelly",
"type": "jelly_conferencing",
"logo": "icon.svg",
"url": "https://jellyjelly.com",
"variant": "conferencing",
"categories": ["conferencing"],
"publisher": "Jelly",
"email": "support@jellyjelly.com",
"appData": {
"location": {
"type": "integrations:{SLUG}_conferencing",
"label": "{TITLE}",
"linkType": "dynamic"
}
},
"description": "Jelly is a camera-free voice chat platform. No frills, no makeup needed, just good talking. Our AI magic handles the rest by highlighting and publishing key moments with rich visuals.",
"isTemplate": false,
"__createdUsingCli": true,
"__template": "event-type-location-video-static"
}