Remove duplicate IntentAndPlatformDerivedConfiguration interface (#3658)

This commit is contained in:
Will Hunt
2026-01-08 11:51:28 +00:00
committed by GitHub
parent de8fdcfa69
commit 0439fdefef

View File

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