Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Dom Needham committed Sep 12, 2023
1 parent b5ad2d7 commit 6bbfde0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/WebRTCView/WebRTCView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ export const WebRTCView = ({cameraName}: WebRTCViewProps) => {
if (track) {
setIsConnected(true);
remoteStream.addTrack(track);
setRemoteStream(remoteStream);
}
};

Expand Down

0 comments on commit 6bbfde0

Please sign in to comment.