Commit 085fe19
authored
fix: support added to allow recording on iOS Safari (#119)
* fix: fixed issue of unable to stop recording in case of safari
1. Added mimeType mp4 for Safari Browser Support
2. Bypassed function for fixMetaData in case of Safari
* fix: updated to fix ios issue for video el
Added playsInline attribute
* fix: updated to stream once video element is created
Added change to test in ios mobile
* fix: updated the condition for ios mobile.
Black screen appears when user tries to turn on camera
* fix: logger added to debug issue in ios
* fix: support added to allow recording on iOS Safari
Changes:
* we use window.MediaSource to check if inline recording is supported but that is not used anywhere in the code.
* window.MediaSource is not supported in ios on safari as well
* Updated the condition to check only if MediaRecorder and mediaDevices are supported to check for inline recording1 parent 4f367cc commit 085fe19
1 file changed
+1
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
164 | 164 | | |
165 | 165 | | |
166 | 166 | | |
167 | | - | |
| 167 | + | |
168 | 168 | | |
169 | 169 | | |
170 | 170 | | |
171 | 171 | | |
172 | | - | |
173 | | - | |
174 | | - | |
175 | | - | |
176 | 172 | | |
177 | 173 | | |
178 | 174 | | |
| |||
0 commit comments