Returns true if the current user is the room creator.
bool isCreator() { return loginUID == creatorUID; }