Skip to content

Releases: KyokoBot/koe

2.0.2

06 Jun 20:43
Compare
Choose a tag to compare

What's Changed

  • fix ConcurrentModificationException in EventDispatcher by @topi314 in #26

New Contributors

Full Changelog: 2.0.1...2.0.2

2.0.1

19 Apr 12:23
3119a94
Compare
Choose a tag to compare

What's Changed

  • Fix sporadic ArrayIndexOutOfBoundsException by @devoxin in #24

New Contributors

Full Changelog: 2.0.0-rc2...2.0.1

2.0.0-rc2

20 Nov 16:21
9c25ac8
Compare
Choose a tag to compare
2.0.0-rc2 Pre-release
Pre-release

Changes from 2.0.0-rc1:

Breaking changes in API from 1.0:

  • VoiceConnection -> MediaConnection
  • VoiceGatewayConnection -> MediaGatewayConnection
  • VoiceGatewayConnectionFactory -> MediaGatewayConnectionFactory
  • KoeEventListener#userConnected(String id, int audioSSRC, int videoSSRC) -> KoeEventListener#userConnected(String id, int audioSSRC, int videoSSRC, int rtxSSRC)

2.0.0-rc1

02 Jun 02:41
5a54830
Compare
Choose a tag to compare
2.0.0-rc1 Pre-release
Pre-release

Breaking changes in API:

  • VoiceConnection -> MediaConnection
  • VoiceGatewayConnection -> MediaGatewayConnection
  • VoiceGatewayConnectionFactory -> MediaGatewayConnectionFactory
  • KoeEventListener#userConnected(String id, int audioSSRC, int videoSSRC) -> KoeEventListener#userConnected(String id, int audioSSRC, int videoSSRC, int rtxSSRC)