DefinitelyTyped/types/react-native-webrtc
Vladyslav Kochetkov 3c7ab7eb39
React-Native-WebRTC update getUserMedia (#43146)
When I was developing I noticed the getUserMedia was returning a promise and this was not documented in ts.

Please fill in this template.

[x] Use a meaningful title for the pull request. Include the name of the package modified.
[x] Test the change in your own code. (Compile and run.)
[ ] Add or edit tests to reflect the change. (Run with npm test.)
[ ] Follow the advice from the readme.
[x] Avoid common mistakes.
[ ] Run npm run lint package-name (or tsc if no tslint.json is present).

Select one of these and delete the others:

If changing an existing definition:
 [ ] Provide a URL to documentation or source code which provides context for the suggested changes: <>
 [ ] If this PR brings the type definitions up to date with a new version of the JS library, update the version number in the header.
 [ ] If you are making substantial changes, consider adding a tslint.json containing { "extends": "dtslint/dt.json" }. If for reason the any rule need to be disabled, disable it for that line using // tslint:disable-next-line [ruleName] and not for whole package so that the need for disabling can be reviewed.
2020-03-20 11:51:38 -04:00
..
index.d.ts
react-native-webrtc-tests.tsx
tsconfig.json
tslint.json