review: smaller changes

- use correct button styles
 - move overrides to options
 - add flex-wrap: nowrap
This commit is contained in:
Timo K
2026-04-14 17:44:31 +02:00
parent f7e1fa74cd
commit ab751e8c38
8 changed files with 31 additions and 20 deletions

View File

@@ -172,6 +172,7 @@ export interface CallViewModelOptions {
windowSize$?: Behavior<{ width: number; height: number }>;
/** The version & compatibility mode of MatrixRTC that we should use. */
matrixRTCMode$?: Behavior<MatrixRTCMode>;
mediaDeviceOverride?: MediaDevices;
}
// Do not play any sounds if the participant count has exceeded this