Send a message / RPC / event / anything to another client when neither are in a rooom

Options

Comments

  • JohnTube
    JohnTube ✭✭✭✭✭
    Options
    Hi @rafael_at_jags,

    No this is not possible in Photon Realtime / PUN.
    You should look for other means of exchanging data between clients when not joined.
    You can try Photon Chat which allows users subscribed to same channel (same region, same AppId, same AppVersion) to exchange messages of any type/format.
    You can also use a web service or other way outside Photon.
  • I should mention I also have Photon Server. Is it possible through that (and maybe slightly modifying PUN)?
  • JohnTube
    JohnTube ✭✭✭✭✭
    Options
    Yes it is possible but you need to implement this yourself.
    I think it is possible if you add an operation on master server.