Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Since build 2.6.10 iOS SDK is shipped with WebRTC framework patched to prevent microphone permissions request while playing WebRTC stream on iOS 14.

Nested framework issue workarond in builds before 2.6.86

WebRTC framework is nested which may lead to AppStore publishing issues. To workaround this, move WebRTC framework to the same level as FPWCSApi2.framework or FPWCSApi2Swift.framework

Code Block
languagebash
themeRDark
mv ./FPWCSApi2.framework/Frameworks/WebRTC.framework ./
rmdir ./FPWCSApi2.framework/Frameworks

Since build 2.6.86, WebRTC library is shipped as a separate framework, so the workraround is not needed any more.

See details about using frameworks in application here

...