|
|
|
@ -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, |
|
|
|
}, |
|
|
|
}, |
|
|
|
|