Revert "temp autosub"

This reverts commit 43416528ad.
This commit is contained in:
lukasIO 2023-09-11 12:07:06 +02:00
parent 43416528ad
commit 9ffe0b33cb

View file

@ -152,7 +152,7 @@ const ActiveRoom = ({ roomName, userChoices, onLeave }: ActiveRoomProps) => {
} }
const connectOptions = useMemo((): RoomConnectOptions => { const connectOptions = useMemo((): RoomConnectOptions => {
return { return {
autoSubscribe: true, autoSubscribe: false,
}; };
}, []); }, []);