mirror of
https://github.com/vector-im/element-call.git
synced 2026-06-30 18:02:56 +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();
|
||||
usePageTitle(matrixInfo.roomName);
|
||||
|
||||
usePageTitle(matrixInfo.roomName);
|
||||
useAppBarPrimaryButtonIconKind("back");
|
||||
const audioEnabled = useBehavior(muteStates.audio.enabled$);
|
||||
const videoEnabled = useBehavior(muteStates.video.enabled$);
|
||||
|
||||
Reference in New Issue
Block a user