https://github.com/theprofs/ot-safari-14-video-crash
Video crashing on Safari 14
https://github.com/theprofs/ot-safari-14-video-crash
Last synced: 3 months ago
JSON representation
Video crashing on Safari 14
- Host: GitHub
- URL: https://github.com/theprofs/ot-safari-14-video-crash
- Owner: TheProfs
- License: mit
- Created: 2020-09-22T10:21:44.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-09T11:28:17.000Z (over 4 years ago)
- Last Synced: 2025-01-18T10:44:50.786Z (5 months ago)
- Language: HTML
- Size: 32.2 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ot-safari-14-video-crash
Demo of Vonage OpentokJS video crash on Safari 14.
## Overview
When passing `publishVideo: false` to `OT.initPublisher` and publishing video
*after* the call starts, the other party can't see my published video.
This is not reproducible on Vonage SDK 2.17. It's only reproducible on
SDK 2.18+.If the video is started (published) before the other party joins, then it works.
## Steps to reproduce:
- Visit https://ot-safari-14-video-crash.herokuapp.com with MacOS Safari 14.
- Visit http://ot-safari-14-video-crash.herokuapp.com with iOS Safari 14.
- After *both* parties join the link, Press "Publish Video".**Note:** Do not press "Publish Video" until both parties visit the link!
## Expected Result:
- The other party can see my video after I press "Publish Video".
## Actual Result
- The other party *cannot* see my published video.
## Notes
If we use SDK version 2.17.7 it works. It doesn't work just on SDK 2.18+.