From ff25971611c328622f7804c6071fd09a8cb9044a Mon Sep 17 00:00:00 2001 From: Manav Rathi Date: Wed, 8 May 2024 19:13:03 +0530 Subject: [PATCH] Clear TODO --- web/apps/cast/src/services/pair.ts | 5 ----- 1 file changed, 5 deletions(-) diff --git a/web/apps/cast/src/services/pair.ts b/web/apps/cast/src/services/pair.ts index e7318e4395..893681d32b 100644 --- a/web/apps/cast/src/services/pair.ts +++ b/web/apps/cast/src/services/pair.ts @@ -118,11 +118,6 @@ export const advertiseCode = ( const options = new cast.framework.CastReceiverOptions(); // We don't use the media features of the Cast SDK. options.skipPlayersLoad = true; - // TODO:Is this required? The docs say "(The default type of a message bus - // // is JSON; if not provided here)." - // options.customNamespaces = Object.assign({}); - // options.customNamespaces[namespace] = - // cast.framework.system.MessageType.JSON; // Do not stop the casting if the receiver is unreachable. A user should be // able to start a cast on their phone and then put it away, leaving the // cast running on their big screen.