Use autosubscribe
This commit is contained in:
parent
e6b434a5d4
commit
d14cf0ad18
2 changed files with 2 additions and 2 deletions
|
@ -49,7 +49,7 @@ export default function CustomRoomConnection() {
|
|||
|
||||
const connectOptions = useMemo((): RoomConnectOptions => {
|
||||
return {
|
||||
autoSubscribe: false,
|
||||
autoSubscribe: true,
|
||||
};
|
||||
}, []);
|
||||
|
||||
|
|
|
@ -152,7 +152,7 @@ const ActiveRoom = ({ roomName, userChoices, onLeave }: ActiveRoomProps) => {
|
|||
}
|
||||
const connectOptions = useMemo((): RoomConnectOptions => {
|
||||
return {
|
||||
autoSubscribe: false,
|
||||
autoSubscribe: true,
|
||||
};
|
||||
}, []);
|
||||
|
||||
|
|
Loading…
Reference in a new issue