|
|
|
@ -278,7 +278,7 @@ class CourseLiveSessionRoomCreateAPIView(GenericAPIView): |
|
|
|
'is_allow': True, |
|
|
|
'is_allow_cloud': True, |
|
|
|
'is_allow_local': True, |
|
|
|
'enable_auto_cloud_recording': False, |
|
|
|
'enable_auto_cloud_recording': True, |
|
|
|
'only_record_admin_webcams': False, |
|
|
|
}, |
|
|
|
}, |
|
|
|
@ -479,7 +479,7 @@ class CourseLiveSessionTokenAPIView(GenericAPIView): |
|
|
|
'is_allow': True, |
|
|
|
'is_allow_cloud': True, |
|
|
|
'is_allow_local': True, |
|
|
|
'enable_auto_cloud_recording': False, |
|
|
|
'enable_auto_cloud_recording': True, |
|
|
|
'only_record_admin_webcams': False, |
|
|
|
}, |
|
|
|
}, |
|
|
|
|