temp autosub

This commit is contained in:
lukasIO 2023-09-08 18:38:34 +02:00
parent 4110951948
commit 43416528ad

View file

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