Video conference

Jitsi Meet

GOnnect is able to integrate Jitsi Meet. If configured so, GOnnect provides you with options to start a room or upgrade a SIP call to a Jitsi conference.

The section name is jitsi.

Example 1. 10-jitsi.conf
[jitsi]
url=https://meet.example.org
authorizationMode=none
preconfig=false
displayName=Marco Rossi
url

The base URL to initiate Jitsi Meet session on

authorizationMode

How the authorization should be done

  • none - Jitsi can be used without authorization (default)

  • oidc+jwt - Use a special token service to get a Jitsi JWT after OIDC authorization

displayName

The name to display in the Jitsi Meet session

preconfig

Whether to show the Jitsi pre-join screen

If authorizationMode=oidc+jwt, the following values must be also configured:

baseUrl

The service URL to get a Jitsi JWT by showing an OIDC Token

authorizationUrl

The URL to authenticate via OIDC

tokenUrl

The URL to get an OIDC token after authorization

clientIdentifier

The client ID defined in the OIDC realm

muc

The Jitsi MUC which might be needed for dial in requests. If not set, the request will be made with the conference name only.