@vonage/client-sdk-video-react-native
Version:
React Native components for Vonage Video iOS and Android SDKs
28 lines (15 loc) • 1.53 kB
Markdown
# Vonage Video React Native docs
**Important:** Note that the reference docs and samples are written for developer using OpenTok projects, not Vonage applications. A few details are incorrect for Vonage application developers. For example, when instantiating an `OTSession` object,
pass in an application ID (for the `apiKey` prop), not an API key. Also, links in
these docs and samples point to the OpenTok developer center, instead of the Vonage
Developer Center. A reference guide for Vonage application developers is in development.
The Vonage React Native SDK documentation is now maitained at https://developer.vonage.com/en/video/client-sdks/react-native/overview?source=video.
## Samples
See https://github.com/opentok/opentok-react-native-samples. Note that you need to adjust these samples to load the the `@vonage/client-sdk-video-react-native` Node module (instead of the `opentok-react-native` module). And you should use a Vonage application ID (not an API key) for the `apiKey` property in the App.js files.
## Reference docs
See https://vonage.github.io/conversation-docs/video-react-native-reference/latest/index.html
## Unsupported features
See https://developer.vonage.com/en/video/client-sdks/react-native/overview#unsupported-features.
## More information
For full documentation on using the Vonage Video API, see the [Vonage developer center](https://developer.vonage.com/en/video/overview).
See the [opentok-react-native-samples](https://github.com/opentok/opentok-react-native-samples) repo.