Skip to content

Commit

Permalink
[Docs] Fix invalid picture
Browse files Browse the repository at this point in the history
  • Loading branch information
sierpinskid committed Jan 12, 2024
1 parent 2c75b1d commit 140ec24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docusaurus/docs/Unity/04-platforms/03-ios.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ Open the **Xcode project** generated by Unity when you build your project for **

In the Xcode Editor, go to **Build Settings** tab, and set **Enable Bitcode** to **NO**. You can find it easily if you search for `bitcode` in the filter box.

![Imported SDK package](../assets/platforms/set_camera_and_microphone_usage_desc.png)
![Imported SDK package](../assets/platforms/xcode_set_no_in_enable_bitcode.png)

Stream's **Video & Audio SDK** internally uses Unity's webRTC library, following the exact requirements and limitations. For more information, please refer to Unity's [webRTC package documentation](https://docs.unity3d.com/Packages/[email protected]/manual/requirements.html).

0 comments on commit 140ec24

Please sign in to comment.