Changes
Page history
Create donation page
authored
May 02, 2020
by
Roland Alton
Hide whitespace changes
Inline
Side-by-side
donation-page.md
0 → 100644
View page @
fc7e215b
We can control for each domain which page is appearing after a conference in
`/etc/jitsi/meet/domain.config.js`
// Enabling the close page will ignore the welcome page redirection when
// a call is hangup.
enableClosePage: true,
In close2.html we can add a redirect to a donation page.
When we set in
`/usr/share/jitsi-meet/interface_config.js`
the following line:
SHOW_PROMOTIONAL_CLOSE_PAGE: true,
we approach
`/usr/share/jitsi-meet/static/close3.html`
and can show something else.
\ No newline at end of file