0.16.0 #492
drymarau
announced in
Announcements
0.16.0
#492
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Added
Roster.muteVideo(ParticipantId?)
andRoster.unmuteVideo(ParticipantId?)
to control state ofparticipant's video track
Roster.clientMute()
andRoster.clientUnmute()
to control state of client muteRoster.allowGuestsToUnmute()
andRoster.disallowGuestsToUnmute()
to control whether guestscan unmute themselves (v36+)
NodeResolver
call_tag
,parent_participant_uuid
supportVersionId
API to show what version of Infinity is being usedChanged
java.util.UUID
usages toParticipantId
,CallId
, andRegistrationId
. Notethat it in normal use it will only break tests that instantiated classes or called functions that
use
java.util.UUID
Long
now useInstant
and
Duration
respectivelyTokenStore
is now an@InternalSdkApi
Fixed
okhttp3.internal.*
usagesThis discussion was created from the release 0.16.0.
Beta Was this translation helpful? Give feedback.
All reactions