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
We are using rtcpeerconnection-shim for RTCPeerConnections with Edge. Here's what we have as an offer/answer scenario:
1) Edge sending a SDP offer with `a=setup:actpass`
2) Edge getting a SDP answer with `a=setup:passive`
3) This results in both peers staying passive so no DTLS handshake is initiated.
Hello,
We are using rtcpeerconnection-shim for RTCPeerConnections with Edge. Here's what we have as an offer/answer scenario:
It all boils down to this line and it seems that remote dtls parameters role is hardcoded to
client
while it should be read from the sdpa=setup:...
lines ?https://github.com/otalk/rtcpeerconnection-shim/blob/master/rtcpeerconnection.js#L870
Please advice if this is an issue or an intended behaviour ?
The text was updated successfully, but these errors were encountered: