Is there any kind of documentation for people that are using Construct 2 and Photon?

For instance: How can I find out the names of the players that are in a room?

Something like this? chatlog.Text & newline & "Number of players in room: " &Photon.RoomNameAt(0)& Photon.RoomPlayerCount(Photon.RoomNameAt(0))