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

Update webrtc sdk #58

Merged
merged 2 commits into from
Mar 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading