isHost method

bool isHost()

Implementation

bool isHost() {
  return Utils.isHost(room.localParticipant?.metadata);
}