[web][cast] disable cast stop

This commit is contained in:
Neeraj Gupta 2024-04-24 15:41:18 +05:30
parent c8fc007898
commit a5dfc97035

View file

@ -94,7 +94,7 @@ export default function PairingMode() {
return () => {
console.log("stopping cast context");
context.stop();
// context.stop();
};
}, [cast]);