createRoom vs createRoomFromMy

I'm a photon newbie and I'm working on adding multiplayer to a web game. The JS SDK shows two APIs for creating rooms, createRoom and createRoomFromMy. It's not clear to me what the difference is between the two. Can someone explain when it is more appropriate to choose one over the other?

Comments