matrix-dimension/config/integrations/jitsi_widget.yaml
Travis Ralston 993dcdac21 Add Jitsi screensharing support
Self-hosted Jitsi Meet servers are possible for those running Dimension. The default server is Riot.IM's server.

Adds #87
2017-12-10 01:00:31 -07:00

15 lines
635 B
YAML

# All this configuration does is make "Jitsi Widget" available in the UI
type: "widget"
integrationType: "jitsi"
enabled: true
name: "Jitsi"
about: "Add video conferencing to your room with Jitsi"
avatar: "img/avatars/jitsi.png"
# This is the domain that will be used to construct the Jitsi widget. It must be just the domain.
# The default is meet.jit.si The Riot.IM instance is at jitsi.riot.im
jitsiDomain: "jitsi.riot.im"
# This is the path to the external API script. Usually the domain can be replaced with your custom
# domain above without any other modifications.
scriptUrl: "https://jitsi.riot.im/libs/external_api.min.js"