ZoomVideoSDK emits deprecation warnings around ReplayKit in Xcode 27

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:

  1. Create a new App project in Xcode 27
  2. Add the ZoomVideoSDK via SPM
  3. Enabled “treat warnings as errors”
  4. Attempt to build
  5. See the error emitted from ZoomVideoSDKDelegate

Troubleshooting Routes
We can disable “treat warnings as errors”, but would rather not.

I tried to include a screenshot of the error, but the forum won’t allow for adding screenshots. The issue template even includes a section for screenshots - you should either allow screenshots or update the template.