mirror of
https://github.com/Monadical-SAS/reflector.git
synced 2026-02-04 09:56:47 +00:00
docs
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -21,3 +21,4 @@ www/.env.production
|
|||||||
.playwright-mcp
|
.playwright-mcp
|
||||||
docs/pnpm-lock.yaml
|
docs/pnpm-lock.yaml
|
||||||
.secrets
|
.secrets
|
||||||
|
opencode.json
|
||||||
|
|||||||
@@ -58,7 +58,9 @@ class DailyClient(VideoPlatformClient):
|
|||||||
enable_recording = None
|
enable_recording = None
|
||||||
if room.recording_type == self.RECORDING_LOCAL:
|
if room.recording_type == self.RECORDING_LOCAL:
|
||||||
enable_recording = "local"
|
enable_recording = "local"
|
||||||
elif room.recording_type == self.RECORDING_CLOUD:
|
elif (
|
||||||
|
room.recording_type == self.RECORDING_CLOUD
|
||||||
|
): # daily "cloud" is not our "cloud"
|
||||||
enable_recording = "raw-tracks"
|
enable_recording = "raw-tracks"
|
||||||
|
|
||||||
properties = RoomProperties(
|
properties = RoomProperties(
|
||||||
|
|||||||
Reference in New Issue
Block a user