[mirotalk] - add redirect URL on leave room

This commit is contained in:
Miroslav Pejic
2023-10-27 18:57:51 +02:00
parent c416211e75
commit 619d2848f8
4 changed files with 44 additions and 13 deletions
+7
View File
@@ -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