我无法在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);