getUser method

User getUser()

Implementation

User getUser() {
  return room.unsafeGetUserFromMemoryOrFallback(participant.userId);
}