Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement fallback for iOS simulator camera #139

Merged
merged 6 commits into from
Sep 19, 2024

Conversation

shepeliev
Copy link
Owner

@shepeliev shepeliev commented Sep 19, 2024

In the iOS simulator, if the bundled simulator-camera.mp4 file is available, it will be used as the video track in the stream. The file name can be customized using the WebRtc.simulatorCameraFallbackFileName property.

There is a minor issue where the local video is not rendered, though the remote video renders correctly in the sample app. This can be left as is for now, and a workaround can be implemented later if necessary.

Closes #133

@shepeliev shepeliev merged commit 1e712d0 into main Sep 19, 2024
4 checks passed
@shepeliev shepeliev deleted the ios-simulator-camera-fallback branch September 19, 2024 17:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Run sample IOS Simulator demo Crash when click button Start
1 participant