Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RTCConfiguration.stunCandidateKeepaliveIntervalMs causes a SIGSEGV crash #230

Open
sourish115 opened this issue Nov 8, 2024 · 2 comments

Comments

@sourish115
Copy link

sourish115 commented Nov 8, 2024

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)

@skydoves
Copy link
Member

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?

@sourish115
Copy link
Author

Thanks for your reply. Yes this issue still persists in version 1.3.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants