Skip to content

Commit

Permalink
Merge branch 'jira-ticket-updates' of github.com:AgoraIO/Doc-Source-P…
Browse files Browse the repository at this point in the history
…rivate into staging
  • Loading branch information
saudsami committed Aug 10, 2024
2 parents c03ff1d + 90d5af8 commit 67a4d7e
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions shared/video-sdk/develop/migration-guide/ios.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -310,15 +310,7 @@ In v<Vg k="VSDK_RELEASE" />, the video bitrate in the `AgoraChannelProfileCommun

#### Virtual background

v<Vg k="VSDK_RELEASE" /> 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 <Link to="{{GLOBAL.AGORA_API_EXAMPLES_IOS_TREE}}/Advanced/VideoProcess">VideoProcess</Link> 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

Expand Down

0 comments on commit 67a4d7e

Please sign in to comment.