Skip to content

0.17.0

Latest
Compare
Choose a tag to compare
@drymarau drymarau released this 12 Nov 15:52
· 20 commits to main since this release
0e5bf7f

Added

  • A disconnect signal to let Infinity know that the MediaConnection is going away
  • ConferenceStep.conference(String) to create a new ConferenceStep using a different alias
  • VideoTrackEmbeddedRenderer as an alternative to VideoTrackRenderer

Changed

  • Required JDK to 17
  • Microphone mute to rely on AudioDeviceModule.setMicrophoneMute(Boolean) instead of
    AudioManager.setMicrophoneMute(Boolean)
  • Noise suppressor and acoustic echo canceler to use software implementation
  • Explicitly set breakout_capable to false to make breakouts opt-in