Remove duplicate IntentAndPlatformDerivedConfiguration interface

This commit is contained in:
Will Hunt
2026-01-08 11:42:10 +00:00
committed by GitHub
parent de8fdcfa69
commit 617793023e

View File

@@ -246,10 +246,7 @@ export interface UrlConfiguration {
callIntent?: RTCCallIntent;
}
interface IntentAndPlatformDerivedConfiguration {
defaultAudioEnabled?: boolean;
defaultVideoEnabled?: boolean;
}
interface IntentAndPlatformDerivedConfiguration {
defaultAudioEnabled?: boolean;
defaultVideoEnabled?: boolean;