Getting bandwidth statistics

coamithra
edited March 2013 in Native
Hello,

Is there any way to get information about the amount of data sent/received? I'd like to display a little bar in the game's UI for testing.

Comments

  • Hi coamithra.
    Currently there are just PhotonPeer::getBytesOut() and PhotonPeer::getBytesIn(). However more detailed stats are one the roadmap.