mirror of
https://github.com/vector-im/element-call.git
synced 2026-07-09 18:29:21 +00:00
missed a bit
This commit is contained in:
@@ -333,10 +333,7 @@ let urlParamCache: {
|
|||||||
hash?: string;
|
hash?: string;
|
||||||
params?: UrlParams;
|
params?: UrlParams;
|
||||||
} = {};
|
} = {};
|
||||||
<<<<<<< HEAD
|
|
||||||
=======
|
|
||||||
|
|
||||||
>>>>>>> origin/livekit
|
|
||||||
/**
|
/**
|
||||||
* Gets the url params and loads them from a cache if already computed.
|
* Gets the url params and loads them from a cache if already computed.
|
||||||
* @param search The URL search string
|
* @param search The URL search string
|
||||||
@@ -546,11 +543,7 @@ export const computeUrlParams = (search = "", hash = ""): UrlParams => {
|
|||||||
intentAndPlatformDerivedConfiguration,
|
intentAndPlatformDerivedConfiguration,
|
||||||
);
|
);
|
||||||
|
|
||||||
<<<<<<< HEAD
|
|
||||||
const params = {
|
const params = {
|
||||||
=======
|
|
||||||
return {
|
|
||||||
>>>>>>> origin/livekit
|
|
||||||
...properties,
|
...properties,
|
||||||
...intentPreset,
|
...intentPreset,
|
||||||
...pickBy(configuration, (v?: unknown) => v !== undefined),
|
...pickBy(configuration, (v?: unknown) => v !== undefined),
|
||||||
|
|||||||
@@ -1693,11 +1693,7 @@ export class CallViewModel extends ViewModel {
|
|||||||
private readonly livekitRoom: LivekitRoom,
|
private readonly livekitRoom: LivekitRoom,
|
||||||
private readonly mediaDevices: MediaDevices,
|
private readonly mediaDevices: MediaDevices,
|
||||||
private readonly options: CallViewModelOptions,
|
private readonly options: CallViewModelOptions,
|
||||||
<<<<<<< HEAD
|
|
||||||
public readonly livekitConnectionState$: Observable<ECConnectionState>,
|
|
||||||
=======
|
|
||||||
public readonly livekitConnectionState$: Behavior<ECConnectionState>,
|
public readonly livekitConnectionState$: Behavior<ECConnectionState>,
|
||||||
>>>>>>> origin/livekit
|
|
||||||
private readonly handsRaisedSubject$: Observable<
|
private readonly handsRaisedSubject$: Observable<
|
||||||
Record<string, RaisedHandInfo>
|
Record<string, RaisedHandInfo>
|
||||||
>,
|
>,
|
||||||
|
|||||||
Reference in New Issue
Block a user