There are some options to tweak the invitation link to unlock more features inJitsi. The following parameters apply to the web, iframe and mobile version.
I've created a Jisti Meet server on docker-compose.See enter link description here Docker and Jitsi Meet are running. From the Ubuntu Desktop on my laptop I'm able to open a Firefox and Chrome browser to connect to it. Even 5 simultaneous sessions. Open Jitsi Meet videos in pop-out windows. Useful if you want to arrange your video conference across multiple monitors, or if you want to grab a clean feed of the videos with e.g.
All keys listed here are prefixed with config.
.You pick a key, combine it with its value using =
and link parameterswith &
, e.g. #config.defaultLanguage=en&config.minParticipants=3
.
Invitations
All keys listed here are prefixed with config.
.You pick a key, combine it with its value using =
and link parameterswith &
, e.g. #config.defaultLanguage=en&config.minParticipants=3
.
Invitations
These parameters affect how you can invite people either before or within a session.
Key | Value | Effect |
---|---|---|
disableInviteFunctions | true | disable invite function of the app |
minParticipants | 2 | override the minimum number of participants before starting a call |
prejoinPageEnabled | true | show an intermediate page before joining to allow for adjustment of devices |
UI
These parameters have an effect on the user interface.
Key | Value | Effect |
---|---|---|
defaultLanguage | en | change the UI default language |
disableThirdPartyRequests | true | generate avatars locally and disable callstats integration |
enableDisplayNameInStats | true | send display names of participants to callstats |
enableEmailInStats | true | send email (if available) to callstats and other analytics |
enableInsecureRoomNameWarning | true | show a warning label if the room name is deemed insecure |
Video
Jitsi App Setup
Use these parameters to influence the video of a session.
Key | Value | Effect |
---|---|---|
desktopSharingFrameRate.min | 5 | override the minimum framerate for desktop sharing |
desktopSharingFrameRate.max | 5 | override the maximum framerate for desktop sharing |
startWithVideoMuted | true | disable video when joining |
What Is Jitsi Meet App
Audio
Use these parameters to influence the audio of a session.
Key | Value | Effect |
---|---|---|
disableAudioLevels | true | disable audio statistics polling (thereby perhaps improving performance) |
disableRemoteMute | true | disable all muting operations of remote participants |
startWithAudioMuted | true | turn off audio input when joining |
startSilent | true | mute audio input and output |