krishnapsarthi

Results 4 comments of krishnapsarthi

Hello @namnm, I have tried your solution integrating in our react-native app, we are using react-native-webrtc. I am getting error as :- NOT_SUPPORTED_ERROR: WebRTC not supported at RTCSession.connect (blob:http://localhost:8081/d10bfd10-5a3d-4eb5-b6c6-27c463ce743e:139052:17) at...

@namnm,, I have tried that and that issue is gone, But is it mandatory that i have to upgrade react-native-webrtc to latest version as currently i have"react-native-webrtc": "^1.67.1",

@namnm , I have tried with updating `react-native-webrtc` to latest version, As they have updated the api `mediaDevices.enumerateDevices().then(sourceInfos => {` instead of `MediaStreamTrack.getSources(sourceInfos => {` In new version promise never...