rtc::scoped_refptr<webrtc::PeerConnectionInterface> peer_connection_;
rtc::scoped_refptr<webrtc::PeerConnectionFactoryInterface> peer_connection_factory_;
shared_ptr 레퍼런스 카운트를 make_shared를 하지 않아도 되게 변경했다고 생각하면 된다.
rtc::scoped_refptr<webrtc::PeerConnectionInterface> peer_connection_;
rtc::scoped_refptr<webrtc::PeerConnectionFactoryInterface> peer_connection_factory_;
shared_ptr 레퍼런스 카운트를 make_shared를 하지 않아도 되게 변경했다고 생각하면 된다.