Get Chromecast sender URL on receiver
问题 Is it possible for a Chromecast receiver to determine a particular sender's URL? I can get a list of senders: const context = cast.framework.CastReceiverContext.getInstance(); context.getSenders(); This returns an object like this: { id: "01234567-8901-2345-6789-abcdefabcdef.0:160531083194132871", userAgent: "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWeb…L, like Gecko) Chrome/86.0.4240.198 Safari/537.36" } However, this doesn't contain the URL of the sender. I need to figure out the URL