diff --git a/shared/video-sdk/develop/migration-guide/ios.mdx b/shared/video-sdk/develop/migration-guide/ios.mdx
index 6423c4a7b..a28516329 100644
--- a/shared/video-sdk/develop/migration-guide/ios.mdx
+++ b/shared/video-sdk/develop/migration-guide/ios.mdx
@@ -310,15 +310,7 @@ In v, the video bitrate in the `AgoraChannelProfileCommun
#### Virtual background
-v modifies the calling logic of `enableVirtualBackground`. Before calling `enableVirtualBackground`, you need to do the following:
-
-1. Integrate the `AgoraVideoSegmentationExtension.xcframework` dynamic library in the project.
-
-2. Call `enableExtension("agora_segmentation", "PortraitSegmentation", "YES")` before joining a channel to enable the virtual background extension\`.\`
-
-3. Call `enableVideo` to enable the video module.
-
-See the VideoProcess sample project to update the code in your app.
+See [Virtual Background](/video-calling/advanced-features/virtual-background?platform=android) to update the code in your app.
#### Image enhancement