如何使webrtc ios与ipv6配合使用?

如何使webrtc ios与ipv6配合使用?,ios,objective-c,webrtc,ipv6,p2p,Ios,Objective C,Webrtc,Ipv6,P2p,我正在为iOS使用WebRTC.framework。当我的iPhone在IPv6网络中时,我看不到任何人的视频流,即使是在IPv6网络中的人也看不到。WebRTC在IPv6网络中的桌面客户端之间工作;即使在IPv4网络中,一切都正常。Android客户端也在工作。我尝试更改约束条件: RTCMediaConstraints* constraints = [[RTCMediaConstraints alloc] initWithMandatoryConstraints:@{@"goog

我正在为iOS使用WebRTC.framework。当我的iPhone在IPv6网络中时,我看不到任何人的视频流,即使是在IPv6网络中的人也看不到。WebRTC在IPv6网络中的桌面客户端之间工作;即使在IPv4网络中,一切都正常。Android客户端也在工作。我尝试更改约束条件:

 RTCMediaConstraints* constraints =
  [[RTCMediaConstraints alloc]
   initWithMandatoryConstraints:@{@"googIPv6" : @"true"}
   optionalConstraints:optionalConstraints];
但这没用。我们还打开了服务器上的
googIPv6
参数