From 564349c96f078dd1b4f28ae5e9f829952afb9366 Mon Sep 17 00:00:00 2001 From: Hugh Nimmo-Smith Date: Wed, 26 Feb 2025 10:18:56 +0000 Subject: [PATCH] Update src/room/InCallView.tsx --- src/room/InCallView.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/room/InCallView.tsx b/src/room/InCallView.tsx index ad425260..c0ee0711 100644 --- a/src/room/InCallView.tsx +++ b/src/room/InCallView.tsx @@ -175,6 +175,7 @@ export interface InCallViewProps { livekitRoom: Room; muteStates: MuteStates; participantCount: number; + /** Function to call when the user explicitly ends the call */ onLeave: () => void; hideHeader: boolean; otelGroupCallMembership?: OTelGroupCallMembership;