You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -27,7 +27,8 @@ Replace the import statement of `react-native-webrtc` to import from `react-nati
27
27
28
28
#### RTCView
29
29
30
-
When displaying the `RTCView` component, pass it the `stream` object as a prop instead of `streamURL`. On Web, this component renders an HTML5 video tag.
30
+
When displaying the `RTCView` component, pass it the `stream` object as a prop instead of `streamURL`.
31
+
On Web, this component renders an HTML5 video tag.
31
32
32
33
```javascript
33
34
<RTCView
@@ -62,4 +63,4 @@ Everyone is welcome and every little helps.
62
63
## Related Projects
63
64
64
65
Looking for extra functionality coverage?
65
-
The [react-native-webrtc](https://github.com/react-native-webrtc) organization provides a number of packages which are more than useful when developing Real Time Communication applications.
66
+
The [react-native-webrtc](https://github.com/react-native-webrtc) organization provides a number of packages which are more than useful when developing Real Time Communication applications.
0 commit comments