Bill Meet streaming hourly and storage per GB like Transfer.
Deploy Ladill Meet / deploy (push) Successful in 54s
Deploy Ladill Meet / deploy (push) Successful in 54s
Wallet debits at session end, on recording/file storage, and via daily renewals with grace period before asset deletion. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -17,6 +17,7 @@ class Recording extends Model
|
||||
'uuid', 'owner_ref', 'session_id', 'status', 'layout', 'storage_path',
|
||||
'thumbnail_path', 'file_size', 'duration_seconds', 'started_by_ref',
|
||||
'started_at', 'ended_at', 'failure_reason', 'metadata',
|
||||
'storage_paid_until', 'storage_grace_ends_at', 'storage_last_billed_at',
|
||||
];
|
||||
|
||||
protected function casts(): array
|
||||
@@ -24,6 +25,9 @@ class Recording extends Model
|
||||
return [
|
||||
'started_at' => 'datetime',
|
||||
'ended_at' => 'datetime',
|
||||
'storage_paid_until' => 'datetime',
|
||||
'storage_grace_ends_at' => 'datetime',
|
||||
'storage_last_billed_at' => 'datetime',
|
||||
'metadata' => 'array',
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user