From ea59d1158a2a9775f8ab01d977d628dc35ab78e5 Mon Sep 17 00:00:00 2001 From: Jannat Patel Date: Fri, 10 Oct 2025 11:40:19 +0530 Subject: [PATCH] fix: misc zoom issues --- lms/lms/doctype/lms_batch/lms_batch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lms/lms/doctype/lms_batch/lms_batch.py b/lms/lms/doctype/lms_batch/lms_batch.py index 6964520e..1f7e8306 100644 --- a/lms/lms/doctype/lms_batch/lms_batch.py +++ b/lms/lms/doctype/lms_batch/lms_batch.py @@ -159,7 +159,7 @@ def create_live_class( "auto_recording": "none" if auto_recording == "No Recording" else auto_recording.lower(), "timezone": timezone, "settings": { - "alternate_hosts": ";".join(instructors) if instructors else "", + "alternative_hosts": ";".join(instructors) if instructors else "", }, } headers = {