You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Setting a value to the stunCandidateKeepaliveIntervalMs field in RTCConfiguration object cause a SIGSEGV crash when creating peer connection.
val rtcConfig = PeerConnection.RTCConfiguration(iceServers);
rtcConfig.stunCandidateKeepaliveIntervalMs = 60000
After setting the value of stunCandidateKeepaliveIntervalMs to any integer, the crash happens when I call factory.createPeerConnection(rtcConfig, peerConnObserver)
The text was updated successfully, but these errors were encountered:
Hi @sourish115, the new release, version 1.3.0, is now available and includes the m125 patches. Could you check if this issue still occurs with the updated release?
Setting a value to the stunCandidateKeepaliveIntervalMs field in RTCConfiguration object cause a SIGSEGV crash when creating peer connection.
After setting the value of stunCandidateKeepaliveIntervalMs to any integer, the crash happens when I call
factory.createPeerConnection(rtcConfig, peerConnObserver)
The text was updated successfully, but these errors were encountered: