Volume button not controlling casting device volume from android sender app using cast-sdk v3 by default
问题 I am using cast SDK v3 in my android sender app it is working good but the volume controls button doesn't control the casting device's volume by default. I have to expand the volume controls popup and adjust the casting device volume. It is directly controlling the device's volume when cast session resumes. But it loses focus once playback state is changed. private class CastSessionManagerListener implements SessionManagerListener<CastSession> { @Override public void onSessionStarting