[mirotalk] - add redirect URL on leave room
This commit is contained in:
@@ -58,6 +58,13 @@ API_KEY_SECRET=mirotalk_default_secret
|
||||
SURVEY_ENABLED=true # true or false
|
||||
SURVEY_URL=https://www.questionpro.com/t/AUs7VZq00L
|
||||
|
||||
# Redirect URL on leave room
|
||||
# Upon leaving the room, users who either opt out of providing feedback or if the survey is disabled
|
||||
# will be redirected to a specified URL. If enabled false the default '/newrcall' URL will be used.
|
||||
|
||||
REDIRECT_ENABLED=false
|
||||
REDIRECT_URL='https://p2p.mirotalk.com'
|
||||
|
||||
# Sentry (optional)
|
||||
# 1. Goto https://sentry.io/
|
||||
# 2. Create account
|
||||
|
||||
Reference in New Issue
Block a user