You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying a find a solution where having multiple senders connected to a receiver, when one of them is disconnected, the playback keeps playing.
I have found that in the sender we can set some parameters when disconnecting to keep playing, but the receiver always stops.
In Android we are trying to disconnect in different ways to try to achieve this: mediaRouter.unselect(MediaRouter.UNSELECT_REASON_DISCONNECTED) sessionManager.endCurrentSession(false) mediaRouter.selectRoute(mediaRouter.defaultRoute)
Please let me know it this is possible and how it could be done?
Thanks
The text was updated successfully, but these errors were encountered:
pau-carreno
changed the title
On multisender keep playing when one device disconnects
Having multiple senders connected, keep playing when one device disconnects
Feb 7, 2024
Hi Team,
I'm trying a find a solution where having multiple senders connected to a receiver, when one of them is disconnected, the playback keeps playing.
I have found that in the sender we can set some parameters when disconnecting to keep playing, but the receiver always stops.
In Android we are trying to disconnect in different ways to try to achieve this:
mediaRouter.unselect(MediaRouter.UNSELECT_REASON_DISCONNECTED)
sessionManager.endCurrentSession(false)
mediaRouter.selectRoute(mediaRouter.defaultRoute)
Please let me know it this is possible and how it could be done?
Thanks
The text was updated successfully, but these errors were encountered: