isCreator method

bool isCreator()

Returns true if the current user is the room creator.

Implementation

bool isCreator() {
  return loginUID == creatorUID;
}