From 0439fdefefd0e5c880b0f8b4555b3a19f1f7112b Mon Sep 17 00:00:00 2001 From: Will Hunt <2072976+Half-Shot@users.noreply.github.com> Date: Thu, 8 Jan 2026 11:51:28 +0000 Subject: [PATCH] Remove duplicate IntentAndPlatformDerivedConfiguration interface (#3658) --- 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;