fix: recreate options when e2ee enabled changes
This commit is contained in:
parent
96b193098d
commit
7ba0348bf8
@ -45,7 +45,7 @@ export function VideoConferenceClientImpl(props: {
|
||||
}
|
||||
: undefined,
|
||||
};
|
||||
}, []);
|
||||
}, [e2eeEnabled, props.codec]);
|
||||
|
||||
const room = useMemo(() => new Room(roomOptions), []);
|
||||
if (e2eeEnabled) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user