Is recevierGroup working in flash?

Options
Hi
I tried
raiseEvent(GameConstants.EvChat, data, {recevierGroup:Enum_ReceiverGroup.ALL});

but it doesn't seem to work.

Thanks for help

Comments

  • vadim
    Options
    Hi,

    Photon flash sdk documentation says that you need options.receivers parameter.
    raiseEvent(GameConstants.EvChat, data, {receivers:Enum_ReceiverGroup.ALL}); should work.

    Note: usage of exitgames.photon.loadbalancing.Constants.ReceiverGroup enum is preferred since it's part of loadbalancing api and documentation references this enum.
  • Tobias
    Options
    luiner: Can you please let us know if the problem is solved?