Skip to content

WebRTCv3.1.0

Choose a tag to compare

@IlliaChemolosov IlliaChemolosov released this 11 Dec 17:29
· 6 commits to master since this release
3caff84

Added:

  • Mac Catalyst support.
  • Simulators support.
  • iOS 13 support.

Updated:

  • Google WebRTC updated to version 124.0.6367.88.
  • Logger enhanced for more effective logging.
  • Conference signaling mechanism improved.
  • RTC interfaces encapsulated for better modularity.
  • Camera capture queue and video capture logic optimized.
  • Media stream functionalities updated.
  • Audio track handling refactored.

Deprecated:

  • Methods and classes related to call recording.

Fixed:

  • Adjusted logging level settings, replacing assertions with validations.
  • Removed deprecated audio session logic.
  • Resolved inconsistencies in video frame handling.

Minor Enhancements:

  • Improved compatibility and support with CocoaPods.