Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasIO committed Jul 9, 2024
1 parent baeb93e commit c1ca01b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/room/participant/LocalParticipant.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ import {
import type { DataPublishOptions } from '../types';
import {
Future,
Mutex,
isE2EESimulcastSupported,
isFireFox,
isSVCCodec,
Expand Down Expand Up @@ -118,7 +117,6 @@ export default class LocalParticipant extends Participant {
this.setupEngine(engine);
this.activeDeviceMap = new Map();
this.pendingSignalRequests = new Map();
this.metadataUpdateMutex = new Mutex();
}

get lastCameraError(): Error | undefined {
Expand Down

0 comments on commit c1ca01b

Please sign in to comment.