I noticed a event method on the Cast Companion Library called onDisconnectionReason
and one of the reasons is BaseCastManager.DISCONNECT_REASON_CONNECTIVITY
. Would it make sense for my code to attempt to automatically reconnect to the Chromecast when that happens?
Thanks.