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
If the playback is running locally, and remote.start() is called, should it continue remotely? If remote.stop() is then called should it resume locally?
What about remote.start() being called when the local playback isn't playing? Should it then start playing? If afterwards, the remote playback is stopped with remote.stop(), should the local playback start?
The text was updated successfully, but these errors were encountered:
I believe since remote.start()/stop() are programmatic ways to control [remote] playback, it's up to the page to pause/start local and remote playback when using these methods.
If the playback is running locally, and
remote.start()
is called, should it continue remotely? Ifremote.stop()
is then called should it resume locally?What about
remote.start()
being called when the local playback isn't playing? Should it then start playing? If afterwards, the remote playback is stopped withremote.stop()
, should the local playback start?The text was updated successfully, but these errors were encountered: