Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

What's the relationship between remote.start()/remote.stop() and local playback? #4

Open
mounirlamouri opened this issue May 20, 2015 · 2 comments

Comments

@mounirlamouri
Copy link

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?

@avayvod
Copy link
Owner

avayvod commented May 20, 2015

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.

@mounirlamouri
Copy link
Author

Fine by me but then, having a Promise would help ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants