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

Commit

Permalink
testing 114 version
Browse files Browse the repository at this point in the history
  • Loading branch information
karkakol committed Mar 18, 2024
1 parent d860181 commit 02081bf
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion MembraneRTC.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Pod::Spec.new do |s|
s.swift_version = '5.0'

s.source_files = 'Sources/MembraneRTC/**/*'
s.dependency 'WebRTC-SDK', '104.5112.15'
s.dependency 'WebRTC-SDK', '114.5735.08'
s.dependency 'SwiftProtobuf'
s.dependency 'PromisesSwift'
s.dependency 'SwiftPhoenixClient', '~> 4.0.0'
Expand Down
4 changes: 2 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"repositoryURL": "https://github.com/webrtc-sdk/Specs.git",
"state": {
"branch": null,
"revision": "aaef003e42a5ec34c3ff44abc6c352d18e39a278",
"version": "104.5112.15"
"revision": "4fa8d6d647fc759cdd0265fd413d2f28ea2e0e08",
"version": "114.5735.8"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ let package = Package(
)
],
dependencies: [
.package(name: "WebRTC", url: "https://github.com/webrtc-sdk/Specs.git", .exact("104.5112.15")),
.package(name: "WebRTC", url: "https://github.com/webrtc-sdk/Specs.git", .exact("114.5735.08")),
.package(
name: "SwiftProtobuf", url: "https://github.com/apple/swift-protobuf.git",
.upToNextMajor(from: "1.18.0")),
Expand Down
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 02081bf

Please sign in to comment.