Running janus, webRtc on react native webview doesn't work - react-native

I'm trying to run the demo video call of Janus: https://janus.conf.meetecho.com/videocalltest.html
using react-native-community/react-native-webview but it didn't work

Yup, native webview does not work with webrtc, eventhough safari on ios and chrome on android does.
For native mobile app support you can use react-native-webrtc node module
We were doing this also but are currently looking at Jitsi meet as alternative

Related

Can we develop a web and mobile application (Android, iOS, web) with single code base by using React Native?

Can you please help with this.
I am trying to develop mobile and web apps using react native with single code base for web, android and ios. Can we Develop Web and Mobile Application with single code base by using React Native?
The simple answer is yes. However, there are a lot of caveats that you could encounter along the road with certain device requirements and functionality where you may have to write conditional code, but it could still stay in the same codebase.
The easiest way to get started is by using Expo (https://expo.io), which would let you get started with a project that could be run on Android, iOS, and the Web (via React Native Web) all with very minimal setup on your part.

React-webcam not working in React Native webview

I have my react application with the react-webcam library running on it, when I try to access the react app from a mobile app via webview and the camera just not working as expected.
Any ideas, would be much appreciated.
Thank you.
Does not work in standalone running ("installed") PWAs, getUserMedia returns no video input devices in UIWebView or WKWebView, but only directly in Safari
Source: https://caniuse.com/#feat=stream

React Native Mobile App also working on Web and Desktop

Does React Native support Web and Desktop targets?
I would like to build the main version of app as mobile.
Would it be possible to compile the same mobile app, maybe with minor modifications for Web and Desktop?
The user experience for the secondary use cases - Web and Desktop doesn't matter much, I need just the app more or less in a working state and it will be enough. Does React Native allows that?
For Web, you can use react-native-web

Here api integration react native mobile app

Has anyone tried to use the Here API https://developer.here.com/develop/javascript-api in a react native mobile app? Can the Javascript of Here api be used in a react native mobile app? I am thinking if this is possible or need to use the mobile SDKs.
Please go through this https://www.npmjs.com/package/react-native-heremaps it would lead to a solution for android part only.

does android tv lollipop support WebRTC?

I want to write an app for android 5.0 Lollipop smart tv. I need to know if webRTC is supported by the native Chrome version which is installed in these devices.
Thanks.
Android TV does not have a browser installed.
The 'TV app quality' page has a paragraph (TV-WB) that says: "For web content, the app uses WebView components and does not attempt to launch a web browser app."
developer.android.com/distribute/essentials/quality/tv.html