Releases: KyokoBot/koe
Releases · KyokoBot/koe
2.0.3
2.0.3-rc2
Full Changelog: 2.0.3-rc1...2.0.3-rc2
2.0.3-rc1
2.0.2
2.0.1
2.0.0-rc2
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
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)