Bill all meet sessions per participant instead of per hour.
Deploy Ladill Meet / deploy (push) Successful in 46s
Deploy Ladill Meet / deploy (push) Successful in 46s
Meetings and webinars now share GHS 0.30 per peak participant, with usage UI and plan quotas updated to match. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -11,19 +11,19 @@ class LicenseService
|
||||
/** @var array<string, array<string, int>> */
|
||||
public const TIERS = [
|
||||
'standard' => [
|
||||
'streaming_hours' => 100,
|
||||
'participant_count' => 100,
|
||||
'recording_storage_bytes' => 5_368_709_120, // 5 GB
|
||||
'file_storage_bytes' => 5_368_709_120,
|
||||
'ai_minutes' => 120,
|
||||
],
|
||||
'professional' => [
|
||||
'streaming_hours' => 500,
|
||||
'participant_count' => 500,
|
||||
'recording_storage_bytes' => 26_843_545_600, // 25 GB
|
||||
'file_storage_bytes' => 26_843_545_600,
|
||||
'ai_minutes' => 600,
|
||||
],
|
||||
'enterprise' => [
|
||||
'streaming_hours' => 5000,
|
||||
'participant_count' => 5000,
|
||||
'recording_storage_bytes' => 107_374_182_400, // 100 GB
|
||||
'file_storage_bytes' => 107_374_182_400,
|
||||
'ai_minutes' => 5000,
|
||||
|
||||
Reference in New Issue
Block a user