Skip to content

Releases: perplexityai/webRTC

141.2.0

02 Mar 16:59

Choose a tag to compare

Fix macOS symbol export.

The 141.1.0 build script was missing rtc_enable_symbol_export=true for the macOS GN build, causing ObjC symbols to get hidden visibility. This resulted in linker failures when linking the macOS framework.

Changes:

  • Add rtc_enable_symbol_export=true to macOS GN args
  • Add use_custom_libcxx=false to macOS GN args

141.1.0

02 Mar 15:40

Choose a tag to compare

Audio-only WebRTC M141 build with macOS framework fix.

Changes from 141.0.0

  • Fix macOS versioned framework bundle structure (fixes codesign "bundle format is ambiguous" error)
  • Fix lipo paths for versioned bundles
  • Add VPYTHON_BYPASS for depot_tools compatibility

Platforms

  • iOS 17.0+ (arm64 device, arm64/x64 simulator)
  • macOS 13.5+ (arm64/x86_64)

141.0.0

24 Feb 14:04

Choose a tag to compare

Audio-only WebRTC M141 build. See README for details.