Skip to content

Releases: aws/connect-rtc-js

Refresh stale connection faster

22 Apr 22:48
Compare
Choose a tag to compare

Refresh stale connection faster

don't set peer connection if the signaling state is closed

16 Mar 00:50
Compare
Choose a tag to compare

we close pc and clean it when signaling state is closed

Make accept request become async

12 Mar 23:22
Compare
Choose a tag to compare

In the state machine, when send accept request, we don't have to wait the response back from service side before moving to talking state.

Reduce idle timeout and refresh idle connection

29 Jan 18:31
Compare
Choose a tag to compare
  1. Reduce idle timeout to 9 minutes
  2. Refresh connection after idle timeout

Setting ptime to constant

16 Jul 23:18
Compare
Choose a tag to compare

Setting ptime to constant

v1.1.6

09 Mar 19:51
Compare
Choose a tag to compare

clear early peer connection when network went offline

v1.1.5

10 Oct 19:12
Compare
Choose a tag to compare

Rtc peer connection factory to manage peer connections

v1.1.4

28 Aug 22:30
Compare
Choose a tag to compare
  1. handle empty ice candidate generated by Firefox 69.0b3
  2. Support externalWssManager for singaling
  3. set zero as a string value for usedtx

v1.1.3

15 Jan 23:37
Compare
Choose a tag to compare
  1. Override sdpSemantics to plan-b
  2. Support unencrypted RTP

v1.1.0

02 Jul 19:16
Compare
Choose a tag to compare
  • Add automatic retry for failed RTC signaling connections.