mirror of
https://github.com/vector-im/element-call.git
synced 2026-08-29 21:15:19 +00:00
I cannot belive GH... Does this commit fix the processing situation?
This commit is contained in:
@@ -86,8 +86,8 @@ export const LobbyView: FC<Props> = ({
|
|||||||
}, []);
|
}, []);
|
||||||
|
|
||||||
const { t } = useTranslation();
|
const { t } = useTranslation();
|
||||||
usePageTitle(matrixInfo.roomName);
|
|
||||||
|
|
||||||
|
usePageTitle(matrixInfo.roomName);
|
||||||
useAppBarPrimaryButtonIconKind("back");
|
useAppBarPrimaryButtonIconKind("back");
|
||||||
const audioEnabled = useBehavior(muteStates.audio.enabled$);
|
const audioEnabled = useBehavior(muteStates.audio.enabled$);
|
||||||
const videoEnabled = useBehavior(muteStates.video.enabled$);
|
const videoEnabled = useBehavior(muteStates.video.enabled$);
|
||||||
|
|||||||
Reference in New Issue
Block a user