Receive Photon Data On Browser?

Options
Hello everyone,
I was wondering if there is a way to receive data from a photon room clients (of my game of course) in a javascript code running on a browser?

Best.

Comments

  • JohnTube
    JohnTube ✭✭✭✭✭
    edited October 2019
    Options
    Hi @YanivClone,

    Not sure what use case you are referring to:

    is it sending data from browser to Photon clients?
    or
    sending data from Photon clients to the browser?

    We have Photon JavaScript SDK, you could use it for both cases, run a Photon client inside the browser and join the same room as the other Photon clients, just make sure to consider the PUN special stuff: AppVersion, registered custom type, etc.
  • YanivClone
    Options
    The Photon JavaScript SDK was what I was looking for, thank you!

    I know the following question belongs to the Photon Voice Forum but is there a voice solution for the browser as well or any other middle solution?
  • JohnTube
    JohnTube ✭✭✭✭✭
    Options
    I know the following question belongs to the Photon Voice Forum but is there a voice solution for the browser as well or any other middle solution?
    No sorry. There is no Photon Voice SDK for the web right now and no short or medium-term plans for it.