You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -97,22 +98,25 @@ The video recording implementation is backed by [MediaRecorder Web API](https://
97
98
.
98
99
99
100
A video is recorded in one of the following video MIME types:
101
+
100
102
- video/webm (e.g. on Chrome or Firefox)
101
103
- video/mp4 (e.g. on Safari)
102
104
103
105
Pausing, resuming or stopping the video recording throws a `PlatformException` with the `videoRecordingNotStarted` error code if the video recording was not started.
104
106
105
107
For the browsers that do not support the video recording:
108
+
106
109
-`CameraPlatform.startVideoRecording` throws a `PlatformException` with the `notSupported` error code.
107
110
108
111
## Missing implementation
109
112
110
113
The web implementation of [`camera`][camera] is missing the following features:
0 commit comments