In this tutorial, we will learn the fundamentals of WebRTC to build a React Native video calling application that can be implemented on iOS & A...
For further actions, you may consider blocking this person and/or reporting abuse
Hi
i create this app an run device will be connected each other but *remoteStream * is getting null thats why other users video will be not showing πΆπ
Do u have any solution ?
I get same output i only see my screen
make sure you are passing the correct callerID to the backend and check once and will work fine.
I have setup all the things and working fine.
Did you change anything on the Client application? or u just change on the server side?
changes in client side may be your ref is not containing the callerID. and check are you getting the callerId on backend side?
This is the logs of my back end server. And still i only see camera
also this is the log of my client side app when the callee answered the call
Hey, After accepting the call from caller you have to check whether you are getting the callerID in "ICEcandidate"
something like this
{
** calleeId: '928449',**
rtcMessage: {
label: 0,
id: '0',
candidate: 'candidate:2628580718 1 udp 1685987071 145.58.15.120 39111 typ srflx raddr rport 39111 generation 0 ufrag 1tIz network-id 4 network-cost 10'
}
}
on backend if yes then check are you getting the remoteStream or remoteStream?.toURL() on client side.
this is the log of my back end
and this is the log of my client app. But i cant still stream
Do u have any social accounts sir? cause i cant direct message u in linked in. It need to subscribe
I already followed you sir.
my name is its_m26 (Marlon Tingson Lee)
make sure you are passing the correct callerID to the backend and check once and will work fine.
I have setup all the things and working fine.
Hi.
I have same issue. remoteStream is null. In addition, I can't hear sound.
Did you solve this problem?
make sure you are passing the correct callerID to the backend and check once and will work fine.
I have setup all the things and working fine.
Hello thank you for sharing, I follow this tutorial works on iphone but when try to android,
call iphone there is no sound, the camera/video is running well except the audio (ios->android),
but when use ios->ios it works. is there any settings in android side? anw, all permission are granted.
Thank you
this is the same problem i am facing but some time i am getting both audio but most of the time only one audio but video is fine.
If you get anything related to this please let me know.
I have also being using a media server called Ant Media which provide me an easy way of building a SFU and MCU type conference they also have very easy to integrate SDKs for Flutter ,IOS, Android ,React Native as well.
Hi.
I tried mine but after answering the call the device from whence I initiated the call does not join the WebRTCRoom.
i only see my screen can somebody help
I have clone and run but remoteStream is null.
It's just only BLACK screen.
Hi , can you please provide the repository ? It will be very very helpful.
hi kindly please share git repo with us