fix: misc zoom issues

This commit is contained in:
Jannat Patel
2025-10-10 11:40:19 +05:30
parent ba23cf9789
commit ea59d1158a
+1 -1
View File
@@ -159,7 +159,7 @@ def create_live_class(
"auto_recording": "none" if auto_recording == "No Recording" else auto_recording.lower(), "auto_recording": "none" if auto_recording == "No Recording" else auto_recording.lower(),
"timezone": timezone, "timezone": timezone,
"settings": { "settings": {
"alternate_hosts": ";".join(instructors) if instructors else "", "alternative_hosts": ";".join(instructors) if instructors else "",
}, },
} }
headers = { headers = {