Browse Source

auto record and disabled

master
Mohsen Taba 1 month ago
parent
commit
257ab18d69
  1. 8
      apps/course/views/live_session.py

8
apps/course/views/live_session.py

@ -286,8 +286,8 @@ class CourseLiveSessionRoomCreateAPIView(GenericAPIView):
'recording_features': {
'is_allow': True,
'is_allow_cloud': True,
'is_allow_local': True,
'enable_auto_cloud_recording': True,
'is_allow_local': False,
'enable_auto_cloud_recording': False,
'only_record_admin_webcams': False,
},
},
@ -506,8 +506,8 @@ class CourseLiveSessionTokenAPIView(GenericAPIView):
'recording_features': {
'is_allow': True,
'is_allow_cloud': True,
'is_allow_local': True,
'enable_auto_cloud_recording': True,
'is_allow_local': False,
'enable_auto_cloud_recording': False,
'only_record_admin_webcams': False,
},
},

Loading…
Cancel
Save