mirror of
https://github.com/vector-im/element-call.git
synced 2026-03-31 07:00:26 +00:00
Remove unused keys
This commit is contained in:
@@ -196,10 +196,6 @@ abstract class BaseUserMediaViewModel extends BaseMediaViewModel {
|
||||
*/
|
||||
public readonly cropVideo: Observable<boolean> = this._cropVideo;
|
||||
|
||||
public readonly keys = new BehaviorSubject(
|
||||
[] as { index: number; key: Uint8Array }[],
|
||||
);
|
||||
|
||||
public constructor(
|
||||
id: string,
|
||||
member: RoomMember | undefined,
|
||||
|
||||
Reference in New Issue
Block a user