0.13.0 #188
drymarau
announced in
Announcements
0.13.0
#188
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Added
DegradationPreference
API that lets one specify the desired behavior in low bandwidth conditionsReferConferenceEvent
Changed
DeprecationLevel
toDeprecationLevel.ERROR
ack
is now called later in the call setup phase-coroutines
modules with their respective basescreateOffer
tosetLocalDescription
that supports rollbackjava.net.URL
tookhttp3.HttpUrl
internallyConference
no longer implementsMediaConnectionSignaling
. It instead provides an instance ofMediaConnectionSignaling
as a propertyConference.signaling
. To migrate, update any calls ofMediaConnectionConfig.Builder(conference)
toMediaConnectionConfig.Builder(conference.signaling)
Fixed
MediaConnection
has been disposedkeepScreenOn
not working inVideoTrackRenderer
Removed
DeprecationLevel.ERROR
ack
Notes
-coroutines
modules now only contain their base modules as the sole dependency and can be skippedin consumer modules. They will continue to be published for some time to provide a clean migration
path and will be removed at a later point.
This discussion was created from the release 0.13.0.
Beta Was this translation helpful? Give feedback.
All reactions