Record meetings with LiveKit Egress instead of browser capture.
Deploy Ladill Meet / deploy (push) Successful in 52s
Deploy Ladill Meet / deploy (push) Successful in 52s
Server-side room composite egress replaces fragile MediaRecorder DOM capture when enabled, with webhook completion and browser fallback when egress is unavailable. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -7,6 +7,8 @@ use Illuminate\Support\Facades\Route;
|
||||
|
||||
Route::get('/health', fn () => response()->json(['status' => 'ok', 'app' => 'meet']));
|
||||
|
||||
Route::post('/livekit/webhook', \App\Http\Controllers\Api\LiveKitWebhookController::class)->name('api.livekit.webhook');
|
||||
|
||||
Route::post('/service-events', ServiceEventController::class)->name('api.service-events');
|
||||
|
||||
Route::middleware(['auth.service:meet'])->prefix('service/v1')->group(function () {
|
||||
|
||||
Reference in New Issue
Block a user