isRoomOwner method

bool isRoomOwner()

Implementation

bool isRoomOwner() {
  return RoomStore.to.currentUser.userRole.value == TUIRole.roomOwner;
}