mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-06-14 11:24:23 -04:00
This is done so we can just use:
```kotlin
VirtualElementCallWidgetConfig(intent = ...)
```
Instead of:
```kotlin
VirtualElementCallWidgetConfig(
intent = ...,
skipLobby = null,
header = null,
hideHeader = null,
preload = null,
...
)
```