Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
- `npm --save` is not longer necessary 
- yarn install from repo now from npm
  • Loading branch information
gastonmorixe authored Oct 11, 2024
1 parent 4dfa792 commit 71df2ed
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ yarn add react-native-twilio-video-webrtc
#### Option B: npm

```shell
npm install react-native-twilio-video-webrtc --save
npm install react-native-twilio-video-webrtc
```

### Usage with Expo
Expand Down Expand Up @@ -134,7 +134,7 @@ To enable camera usage and microphone usage you will need to add the following e

#### Known Issues

TwilioVideo version 1.3.8 (latest) has the following know issues.
TwilioVideo version 1.3.8 has the following know issues.

- Participant disconnect event can take up to 120 seconds to occur. [Issue 99](https://github.com/twilio/video-quickstart-swift/issues/99)
- AVPlayer audio content does not mix properly with Room audio. [Issue 62](https://github.com/twilio/video-quickstart-objc/issues/62)
Expand All @@ -144,7 +144,7 @@ TwilioVideo version 1.3.8 (latest) has the following know issues.
As with iOS, make sure the package is installed:

```shell
yarn add https://github.com/blackuy/react-native-twilio-video-webrtc
yarn add react-native-twilio-video-webrtc
```

Then add the library to your `settings.gradle` file:
Expand Down

0 comments on commit 71df2ed

Please sign in to comment.