diff --git a/app/routers/api.py b/app/routers/api.py index bf5b630..dcc7b68 100644 --- a/app/routers/api.py +++ b/app/routers/api.py @@ -266,7 +266,7 @@ async def create_jitsi_jwt( # This is where we securely set the moderator and user info. # Even though 'user' is included we are currently ignoring it to prevent client overrides. It is rebuilt below from the main fields. payload = { - "aud": "my_jitsi_app_id", + "aud": JWT_APP_ID, "iss": JWT_APP_ID, "sub": JITSI_DOMAIN, # Your Jitsi base domain "room": request_data.room,