File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
examples/GumTestApp_macOS Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ See a sample app in the `examples/GumTestApp` directory.
8
8
9
9
** IMPORTANT:** Make sure you are using CocoaPods 1.10 or higher.
10
10
You may have to change the ` platform ` field in your podfile.
11
- ` react-native-webrtc ` doesn't support iOS < 12
11
+ ` @livekit/ react-native-webrtc` doesn't support iOS < 12
12
12
Set it to '12.0' or above or you'll get an error when running ` pod install ` .
13
13
14
14
```
@@ -46,7 +46,7 @@ CXProviderDelegate should call through to `RTCAudioSession.sharedInstance.audioS
46
46
Javascript methods are also provided to call these methods:
47
47
48
48
```
49
- import { RTCAudioSession } from 'react-native-webrtc'
49
+ import { RTCAudioSession } from '@livekit/ react-native-webrtc'
50
50
51
51
// Call as needed.
52
52
RTCAudioSession.audioSessionDidActivate();
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ Change the following dependency in your projects `package.json` file to get star
13
13
14
14
** IMPORTANT:** Make sure you are using CocoaPods 1.10 or higher.
15
15
You may have to change the ` platform ` field in your podfile.
16
- ` react-native-webrtc ` doesn't support tvOS < 16. Set it to '16.0' or above.
16
+ ` @livekit/ react-native-webrtc` doesn't support tvOS < 16. Set it to '16.0' or above.
17
17
Older versions of tvOS don't support WebRTC.
18
18
19
19
```
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ import {
17
17
StatusBar ,
18
18
} from 'react-native' ;
19
19
import { Colors } from 'react-native/Libraries/NewAppScreen' ;
20
- import { mediaDevices , RTCView } from 'react-native-webrtc' ;
20
+ import { mediaDevices , RTCView } from '@livekit/ react-native-webrtc' ;
21
21
22
22
const App : ( ) => React$Node = ( ) => {
23
23
const [ stream , setStream ] = useState ( null ) ;
Original file line number Diff line number Diff line change 15
15
"react" : " 16.11.0" ,
16
16
"react-native" : " 0.62.0" ,
17
17
"react-native-macos" : " ^0.62.16" ,
18
- "react-native-webrtc" : " *"
18
+ "@livekit/ react-native-webrtc" : " *"
19
19
},
20
20
"devDependencies" : {
21
21
"@babel/core" : " 7.12.8" ,
You can’t perform that action at this time.
0 commit comments