mirror of
https://github.com/vector-im/element-call.git
synced 2026-08-29 21:15:19 +00:00
Remove duplicate IntentAndPlatformDerivedConfiguration interface
This commit is contained in:
@@ -246,10 +246,7 @@ export interface UrlConfiguration {
|
|||||||
|
|
||||||
callIntent?: RTCCallIntent;
|
callIntent?: RTCCallIntent;
|
||||||
}
|
}
|
||||||
interface IntentAndPlatformDerivedConfiguration {
|
|
||||||
defaultAudioEnabled?: boolean;
|
|
||||||
defaultVideoEnabled?: boolean;
|
|
||||||
}
|
|
||||||
interface IntentAndPlatformDerivedConfiguration {
|
interface IntentAndPlatformDerivedConfiguration {
|
||||||
defaultAudioEnabled?: boolean;
|
defaultAudioEnabled?: boolean;
|
||||||
defaultVideoEnabled?: boolean;
|
defaultVideoEnabled?: boolean;
|
||||||
|
|||||||
Reference in New Issue
Block a user