Skip to content

Commit 3cdf632

Browse files
committed
Fix API breaks
1 parent 0d8f77f commit 3cdf632

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libraries/matrix/impl/src/main/kotlin/io/element/android/libraries/matrix/impl/widget/DefaultCallWidgetSettingsProvider.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ class DefaultCallWidgetSettingsProvider @Inject constructor(
4949
sentryEnvironment = if (buildMeta.buildType == BuildType.RELEASE) "RELEASE" else "DEBUG",
5050
parentUrl = null,
5151
hideHeader = true,
52+
controlledMediaDevices = false,
5253
)
5354
val rustWidgetSettings = newVirtualElementCallWidget(options)
5455
return MatrixWidgetSettings.fromRustWidgetSettings(rustWidgetSettings)

0 commit comments

Comments
 (0)