File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ yarn add react-native-twilio-video-webrtc
33
33
#### Option B: npm
34
34
35
35
``` shell
36
- npm install react-native-twilio-video-webrtc --save
36
+ npm install react-native-twilio-video-webrtc
37
37
```
38
38
39
39
### Usage with Expo
@@ -134,7 +134,7 @@ To enable camera usage and microphone usage you will need to add the following e
134
134
135
135
#### Known Issues
136
136
137
- TwilioVideo version 1.3.8 (latest) has the following know issues.
137
+ TwilioVideo version 1.3.8 has the following know issues.
138
138
139
139
- Participant disconnect event can take up to 120 seconds to occur. [ Issue 99] ( https://github.com/twilio/video-quickstart-swift/issues/99 )
140
140
- AVPlayer audio content does not mix properly with Room audio. [ Issue 62] ( https://github.com/twilio/video-quickstart-objc/issues/62 )
@@ -144,7 +144,7 @@ TwilioVideo version 1.3.8 (latest) has the following know issues.
144
144
As with iOS, make sure the package is installed:
145
145
146
146
``` shell
147
- yarn add https://github.com/blackuy/ react-native-twilio-video-webrtc
147
+ yarn add react-native-twilio-video-webrtc
148
148
```
149
149
150
150
Then add the library to your ` settings.gradle ` file:
You can’t perform that action at this time.
0 commit comments