help sending event to users

Options
lumius
edited July 2012 in DotNet
is there any way to send events to all users without creating and joining to room or world?

I really need this.

Comments

  • Tobias
    Options
    You can use the Photon Server SDK and modify the server to enable just that. We don't enable this, cause sending "to everyone" can be dangerous. At least, when all clients can send messages to all.

    It's not possible with the Photon Cloud.
  • lumius
    Options
    Tobias wrote:
    You can use the Photon Server SDK and modify the server to enable just that. We don't enable this, cause sending "to everyone" can be dangerous. At least, when all clients can send messages to all.

    It's not possible with the Photon Cloud.

    what i want to do is making chatting + datatrans system by my own custom logic

    without customizing lite and others.

    i follow cjrgaming youtube video introphoton from scratch.

    now i can send and receive with one user. but it's not the functions of chat.

    i want all chat function, whisper function.

    but can't figure how.

    and i can't find config what you said to me. so please teach me how i can make this please.
  • Tobias
    Options
    I fear you have to try to get along with the info available at the moment. We can't provide tutorials or guides for all usecases, including those "i want to start from scratch".
    In general:

    Where did I mention a config?