Skip to content

Commit

Permalink
fix: docs typo
Browse files Browse the repository at this point in the history
  • Loading branch information
myandrienko committed Oct 2, 2024
1 parent 49f110d commit f443734
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ So what did we install precisely?

- `@stream-io/video-react-native-sdk` (SVRN) is Stream's Video SDK which contains UI components, hooks and util functions that will enable audio/video calls.
- `@stream-io/react-native-webrtc` is a WebRTC module for React Native, SVRN depends on this dependency, it's components and utilities to render audio/video tracks and interact with the phone's media devices.
- `@config-plugins/react-native-webrtc` Config plugin to auto-configure `@stream-io/react-native-webrtc` when the native code is generated (`npx expo prebuild`).
- `@config-plugins/react-native-webrtc` config plugin to auto-configure `@stream-io/react-native-webrtc` when the native code is generated (`npx expo prebuild`).
- `react-native-incall-manager` handles media-routes/sensors/events during an audio/video call.
- `react-native-svg` provides SVG support to React Native, SVRN's components and it's icons are reliant on this dependency.
- `@react-native-community/netinfo` - is used to detect the device's connectivity state, type and quality.
Expand Down

0 comments on commit f443734

Please sign in to comment.