Update src/room/InCallView.tsx

This commit is contained in:
Hugh Nimmo-Smith
2025-02-26 10:18:56 +00:00
committed by GitHub
parent 8bf81defd4
commit 564349c96f

View File

@@ -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;