Fix lint
This commit is contained in:
parent
0e66e21dae
commit
7bb45adbe1
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ export const VideoTile = React.forwardRef<HTMLDivElement, Props>(
|
|||
member!.removeListener(RoomMemberEvent.Name, updateName);
|
||||
};
|
||||
}
|
||||
}, [member]);
|
||||
}, [member, setDisplayName]);
|
||||
|
||||
const audioEl = React.useRef<HTMLAudioElement>(null);
|
||||
const { isMuted: microphoneMuted } = useMediaTrack(
|
||||
|
|
Loading…
Reference in a new issue