Closed berenteb closed 2 years ago
I've seen these commands in the code, but sending them is not not successful. receiver.send({ "type": "PLAY", requestId: 1 });
receiver.send({ "type": "PLAY", requestId: 1 });
You need to pass the mediaSessionId as well
Oh boy, will look into it once I dig up the repo!
I've seen these commands in the code, but sending them is not not successful.
receiver.send({ "type": "PLAY", requestId: 1 });