Description
The ZoomVideoSDK emits deprecation warnings when built against iOS27 in Xcode 27 betas and fails to compile when warnings are treated as errors.
iOS27 deprecates ReplayKit but the ZoomVideoSDK references a ReplayKit specific type in a delegate method (onInAppScreenShareErrorCode:(RPRecordingErrorCode)).
ReplayKit should be replaced with ScreenCaptureKit.
Which iOS Video SDK version?
2.6.5
To Reproduce(If applicable)
Steps to reproduce the behavior:
- Create a new App project in Xcode 27
- Add the ZoomVideoSDK via SPM
- Enabled “treat warnings as errors”
- Attempt to build
- See the error emitted from ZoomVideoSDKDelegate
Troubleshooting Routes
We can disable “treat warnings as errors”, but would rather not.