Compare commits

...

1 Commits

Author SHA1 Message Date
Will Hunt
617793023e Remove duplicate IntentAndPlatformDerivedConfiguration interface 2026-01-08 11:42:10 +00:00

View File

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