Say for a players Icon they take a selfie before entering a multiplayer match. And after entering the match you can see everyone pictures they took with there cameras. How do I get their pictures to show up on other player's screens?
The snapshotURL is a data URI, so you can just send that to the other players. You will probably want to use a very low quality JPEG though so there is not too much data to send.
Develop games in your browser. Powerful, performant & highly capable.
Is there a tutorial on how to do this? I can load the image for the players that took the picture, but I am having a hard time sending it. THanks!
You can send it like any other text message. It's just like a chat message that actually contains image data.
So basically load image from multiplayer.message?