Add Meet video visit scheduling for Care appointments.
Deploy Ladill Care / deploy (push) Successful in 38s
Deploy Ladill Care / deploy (push) Successful in 38s
Schedule and start video visits via the Meet service API, persist join links on appointments, and propagate the shared copy-button component. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -48,6 +48,7 @@ return [
|
||||
'appointment.completed' => 'Appointment completed',
|
||||
'appointment.cancelled' => 'Appointment cancelled',
|
||||
'appointment.no_show' => 'Patient marked no-show',
|
||||
'appointment.meet_scheduled' => 'Video visit scheduled',
|
||||
'visit.checked_in' => 'Visit opened',
|
||||
'visit.completed' => 'Visit completed',
|
||||
'consultation.started' => 'Consultation started',
|
||||
|
||||
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Ladill Meet service
|
||||
|--------------------------------------------------------------------------
|
||||
| Video meetings at meet.ladill.com. Care schedules video visits via the
|
||||
| service API (App\Services\Meet\MeetClient).
|
||||
*/
|
||||
|
||||
'url' => rtrim((string) env('MEET_API_URL', 'https://meet.ladill.com/api/service/v1'), '/'),
|
||||
'key' => env('MEET_API_KEY_CARE'),
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user