Skip to content
This repository was archived by the owner on Oct 25, 2024. It is now read-only.

Commit 4d82cc0

Browse files
authored
Add a known issue to doc. (#468)
1 parent 6296266 commit 4d82cc0

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@
77
/third_party
88
/tools
99
/dist
10+
/talk/owt/docs/ios/html

talk/owt/docs/ios/ios.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ Signaling channel is an implementation to transmit signaling data for creating a
2929
# 8 Known issues {#section8}
3030
Here is a list of known issues:
3131
- If you create multiple `OWTLocalStream`s from camera with different resolutions, previous streams will be black.
32+
- OWT.framework contains slices of armv7, arm64 for iOS devices and x86_64 for iOS simulators. This is an unsupported configuration. We will move to xcframework in the future (see [issue 466](https://github.com/open-webrtc-toolkit/owt-client-native/issues/466)). Depend on your target, please remove x86_64 slice or armv7 and arm64 slices if you get an error while linking the framework.
3233
# 9 Video codecs {#section9}
3334
Both VP8 and H.264 are supported. H.264 is recommended since it has hardware support.
3435
# 10 Video frame filter {#section10}

0 commit comments

Comments
 (0)