From 617793023eaaebb57f14e4b3b1a0e81196af72b2 Mon Sep 17 00:00:00 2001 From: Will Hunt <2072976+Half-Shot@users.noreply.github.com> Date: Thu, 8 Jan 2026 11:42:10 +0000 Subject: [PATCH] Remove duplicate IntentAndPlatformDerivedConfiguration interface --- src/UrlParams.ts | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/UrlParams.ts b/src/UrlParams.ts index 048e802b..9b262a43 100644 --- a/src/UrlParams.ts +++ b/src/UrlParams.ts @@ -246,10 +246,7 @@ export interface UrlConfiguration { callIntent?: RTCCallIntent; } -interface IntentAndPlatformDerivedConfiguration { - defaultAudioEnabled?: boolean; - defaultVideoEnabled?: boolean; -} + interface IntentAndPlatformDerivedConfiguration { defaultAudioEnabled?: boolean; defaultVideoEnabled?: boolean;