mirror of
https://github.com/vector-im/element-call.git
synced 2026-08-29 21:15:19 +00:00
lint
This commit is contained in:
@@ -136,7 +136,7 @@ export const GroupCallView: FC<Props> = ({
|
|||||||
void rtcSession.updateCallIntent(
|
void rtcSession.updateCallIntent(
|
||||||
muteStates.video.enabled ? "video" : "audio",
|
muteStates.video.enabled ? "video" : "audio",
|
||||||
);
|
);
|
||||||
}, [isJoined, muteStates.video.enabled]);
|
}, [rtcSession, isJoined, muteStates.video.enabled]);
|
||||||
|
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
logger.info("[Lifecycle] GroupCallView Component mounted");
|
logger.info("[Lifecycle] GroupCallView Component mounted");
|
||||||
|
|||||||
Reference in New Issue
Block a user