chat problem

wuqiudongonmyway
edited July 2014 in Photon Chat
Hi, photon develop team:
I'm using photon chat, but I have some problem about the plan:
plan 1
1000 CCU
$840 /year
$70.00 /month
$84 /month
1000 Connections
˜200k Monthly Actives
500 Msg/s per Room
Overage is included

problem 1: photon chat don't have room in my opinion. But plan 1 tell me "500 Msg/s per Room", I can't understand it.

I read some code in the chat demo: ChannelsToJoinOnConnect = new string[] { "Region" };
if (this.ChannelsToJoinOnConnect != null && this.ChannelsToJoinOnConnect.Length > 0)
{
this.chatClient.Subscribe(this.ChannelsToJoinOnConnect, this.HistoryLengthToFetch);
}
Is the ChannelsToJoinOnConnect equals to room ???


Thank you!

Comments

  • Hi, there
    Channel or ChatRoom is Room in case of Chat
  • Hi, chvetsov:
    Now, if i use photon chat like so:
    ChannelsToJoinOnConnect = new string[] { "Region" };
    if (this.ChannelsToJoinOnConnect != null && this.ChannelsToJoinOnConnect.Length > 0)
    {
    this.chatClient.Subscribe(this.ChannelsToJoinOnConnect, this.HistoryLengthToFetch);
    }

    is it may beyond your "500 Msg/s per Room" limit???