Skip to content
This repository has been archived by the owner on May 13, 2024. It is now read-only.

Commit

Permalink
remove deprecated line of code which disables IPV6
Browse files Browse the repository at this point in the history
  • Loading branch information
karkakol committed Mar 26, 2024
1 parent bb93033 commit 6be2e5a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Sources/MembraneRTC/PeerConnectionManager.swift
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ internal class PeerConnectionManager: NSObject, RTCPeerConnectionDelegate {
config.sdpSemantics = .unifiedPlan
config.continualGatheringPolicy = .gatherContinually
config.candidateNetworkPolicy = .all
config.disableIPV6 = true
config.tcpCandidatePolicy = .disabled

// if ice servers are not empty that probably means we are using turn servers
Expand Down

0 comments on commit 6be2e5a

Please sign in to comment.