isCoHost method

bool isCoHost()

Implementation

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