Bill Meet streaming hourly and storage per GB like Transfer.
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:
isaacclad
2026-07-01 16:33:45 +00:00
co-authored by Cursor
parent 13a251250c
commit 59b59cb70e
18 changed files with 749 additions and 96 deletions
+5 -4
View File
@@ -171,10 +171,11 @@ return [
],
'billing' => [
'rates' => [
'participant_minutes' => (int) env('MEET_RATE_PARTICIPANT_MINUTE_MINOR', 0),
'ai_minutes' => (int) env('MEET_RATE_AI_MINUTE_MINOR', 0),
],
'price_per_hour_ghs' => (float) env('MEET_PRICE_PER_HOUR', 0.30),
'price_per_gb_month_ghs' => (float) env('MEET_PRICE_PER_GB_MONTH', 0.30),
'billing_period_days' => (int) env('MEET_BILLING_PERIOD_DAYS', 30),
'grace_period_days' => (int) env('MEET_GRACE_PERIOD_DAYS', 15),
'minimum_streaming_hours' => (int) env('MEET_MIN_STREAMING_HOURS', 1),
],
'audit_actions' => [