1#ifndef SKYWAY_ROOM_P2P_ROOM_DOMAIN_FACTORY_HPP
2#define SKYWAY_ROOM_P2P_ROOM_DOMAIN_FACTORY_HPP
6#include "skyway/room/abstract/room_domain_factory.hpp"
13class RoomDomainFactory :
public abstract::RoomDomainFactory {
15 std::shared_ptr<interface::LocalRoomMember> GetOrCreateLocalRoomMember(
16 std::shared_ptr<core::interface::LocalPerson> person)
override;
19 std::mutex local_room_member_mtx_;