ouxianghui / janus-client

c/c++ webrtc native janus client Qt opengl video-meeting video-room video-call text-room meeting chat
MIT License
176 stars 52 forks source link

Crash app when create peer connection #17

Open chimjk opened 1 month ago

chimjk commented 1 month ago

Hi, I tried upgrading the application to Qt6. However, when running the application, it crashes when creating PeerConnection.

line 438: RTCSDK/plugin_client.cpp context->pc = _pluginContext->pcf->CreatePeerConnection(pcConfig, nullptr, nullptr, static_cast<webrtc::PeerConnectionObserver*>(this));

Is webrtc buggy or do I need to provide any additional libraries?

Thanks. Hung