Questions tagged [rtcpeerconnection]

140 questions
0
votes
0 answers

Why does the WebRTC stream to peer sample have two RTCPeerConnection objects

I am studying this sample and working to modify it so that video can be streamed from one browser instance and then appear on the second instance. I have a few questions: Is the reason that the ICEServers array is empty because of localhost? Would…
L. Desjardins
  • 1,465
  • 1
  • 12
  • 22
0
votes
1 answer

Multiple Peer connection Web-RTC in android issue

When I create multiple peer connections for group audio call. All users connect with each other but only first receiver get the sound of caller and getting below issue. We want to send the media with multiple peer connections. 2019-06-28…
0
votes
1 answer

RTCPeerConnection IOS 12.2 to Android 7.X

Im building a RTCPeerConnection communication and I found one issue, calling from iOS 12.2 (Tested with Ipad only) to Android (Tested with 7.11 only) the streams will not exchange. Other peers is OK, like iOS to Chrome(desktop), iOS to iOS, iOS to…
SammyB12
  • 1
  • 2
0
votes
1 answer

Force UDP for Webrtc peer connection

I am using webrtc RtcPeerConnection API in Chrome. My local SDP offer is like this a=candidate:0 1 UDP 2122252543 10.100.49.26 59882 typ host a=candidate:1 1 TCP 2105524479 10.100.49.26 9 typ host tcptype active I think if UDP is not working, it…
AJLoveChina
  • 574
  • 6
  • 15
0
votes
1 answer

Cannot find name 'RTCSignalingState'

I'm getting compile time error while connecting RTCPeerConnection. /node_modules/@types/webrtc/RTCPeerConnection.d.ts (316,30): Cannot find name 'RTCSignalingState'. const servers = null; this.pc1 = new RTCPeerConnection(servers); I have installed…
Viru
  • 1
  • 1
  • 8
1 2 3
9
10