mirror of
https://github.com/vector-im/element-call.git
synced 2026-07-18 18:59:23 +00:00
review: smaller changes
- use correct button styles - move overrides to options - add flex-wrap: nowrap
This commit is contained in:
@@ -113,8 +113,7 @@ function createInCallView(args: CreateInCallViewArgs = {}): RenderResult & {
|
||||
const { vm, rtcSession } = getBasicCallViewModelEnvironment(
|
||||
[local, alice],
|
||||
undefined,
|
||||
{},
|
||||
args.mediaDevices,
|
||||
{ mediaDeviceOverride: args.mediaDevices },
|
||||
);
|
||||
|
||||
rtcSession.joined = true;
|
||||
|
||||
Reference in New Issue
Block a user