Я не могу инициализировать PeerConnectionFactory
в c++/cli
, когда я звоню, у меня возникает ошибка прерывания, код webrtc
равен branch/69。
Это код
auto peer_connection_factory = webrtc::CreatePeerConnectionFactory(
nullptr,nullptr,nullptr,
nullptr, webrtc::CreateBuiltinAudioEncoderFactory(), webrtc::CreateBuiltinAudioDecoderFactory(),
webrtc::CreateBuiltinVideoEncoderFactory(), webrtc::CreateBuiltinVideoDecoderFactory(),
nullptr, nullptr);