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
Copy file name to clipboardExpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,7 @@ console.log(constraints);
47
47
48
48
## Quirks
49
49
50
-
The iOS implementation that this plugin provides does not allow you to attach the returned `MediaStream` object to a`audio` or `video` tag. Rather you will use the `MeidaStream` object to get a `MediaStreamTrack` to pass to the Image (see [phonegap-plugin-image-capture](https://github.com/phonegap/phonegap-plugin-image-capture)) or Audio capture API.
50
+
The iOS implementation that this plugin provides does not allow you to attach the returned `MediaStream` object to an`audio` or `video` tag. Rather you will use the `MediaStream` object to get a `MediaStreamTrack` to pass to the Image (see [phonegap-plugin-image-capture](https://github.com/phonegap/phonegap-plugin-image-capture)) or Audio capture API.
0 commit comments