Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasIO committed Mar 11, 2024
1 parent 88af02a commit 2ed2c5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/SignalClient.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import { protoInt64 } from '@bufbuild/protobuf';
import {
AddTrackRequest,
ClientInfo,
Expand Down Expand Up @@ -33,6 +32,7 @@ import {
UpdateTrackSettings,
UpdateVideoLayers,
VideoLayer,
protoInt64,
} from '@livekit/protocol';
import log, { LoggerNames, getLogger } from '../logger';
import { ConnectionError, ConnectionErrorReason } from '../room/errors';
Expand Down

0 comments on commit 2ed2c5f

Please sign in to comment.