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

Remote DTLS role fix #185

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Remote DTLS role fix #185

wants to merge 2 commits into from

Conversation

noeplease
Copy link

Applied the condition found in setLocalDescription function that sets the DTLS transport role to 'server' if isIceLite variable is true, to the setRemoteDescription function.

Fixes error:
ORTC18615: ORTC RTCDtlsTransport: DTLS handshake failed. hr=c004e00f.

Seems like this outstanding pull request may also be related:
#184

Applied condition found in setLocalDescription function, to correctly update the remoteDtlsParameters.role to 'server' if  isIceLite is true, within the setRemoteDescription function. 

Fixes:
ORTC18615: ORTC RTCDtlsTransport: DTLS handshake failed. hr=c004e00f.
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

Successfully merging this pull request may close these issues.

1 participant