-
may I ask why webrtc calls successfully in different network segments, but can't display the other party's audio and video? |
Beta Was this translation helpful? Give feedback.
Answered by
Sean-Der
Sep 13, 2021
Replies: 1 comment
-
Hi @TroyeYing Two PeerConnections will be able to signal, but will not establish ICE Connectivity. You can check To learn more about WebRTC Connectivity WebRTC for the Curious#Connecting |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Sean-Der
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @TroyeYing
Two PeerConnections will be able to signal, but will not establish ICE Connectivity. You can check
iceconnectionstate
in any WebRTC implementation to confirm you have connectivity. To establish connectivity you probably will need to run a STUN/TURN server.To learn more about WebRTC Connectivity WebRTC for the Curious#Connecting