You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added
Roster.muteVideo(ParticipantId?) and Roster.unmuteVideo(ParticipantId?) to control state of
participant's video track
Roster.clientMute() and Roster.clientUnmute() to control state of client mute
Roster.allowGuestsToUnmute() and Roster.disallowGuestsToUnmute() to control whether guests
can unmute themselves (v36+)
A coroutine-friendly NodeResolver
call_tag, parent_participant_uuid support
VersionId API to show what version of Infinity is being used
Changed
BREAKING: java.util.UUID usages to ParticipantId, CallId, and RegistrationId. Note
that it in normal use it will only break tests that instantiated classes or called functions that
use java.util.UUID
BREAKING: timestamps and durations previously represented as a Long now use Instant
and Duration respectively