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
{{ message }}
This repository was archived by the owner on Jun 5, 2020. It is now read-only.
I tried changing maxRetransmits in the config but the RTCDataChannel property does not change.
I looked at test/dataChannel.js which uses the RTCConfig. On my computer (Mac OSX), it fails to set RTP to unordered and SCTP to ordered.
Also side note, the prebuilt binary fails with node 6, works with 5.9.1. Master works with node 6 but it prints a bunch of stack traces at the beginning, looks like it may be due to deprecation warnings.
I tried changing maxRetransmits in the config but the RTCDataChannel property does not change.
I looked at test/dataChannel.js which uses the RTCConfig. On my computer (Mac OSX), it fails to set RTP to unordered and SCTP to ordered.
Also side note, the prebuilt binary fails with node 6, works with 5.9.1. Master works with node 6 but it prints a bunch of stack traces at the beginning, looks like it may be due to deprecation warnings.