From 8d98f73a7bdbaab933b9378aa0f6b39928ad8490 Mon Sep 17 00:00:00 2001 From: decanus <7621705+decanus@users.noreply.github.com> Date: Sun, 21 Feb 2021 20:02:05 +0100 Subject: [PATCH] fix --- Sources/ion/WebRTC/WebRTC.swift | 1 - 1 file changed, 1 deletion(-) diff --git a/Sources/ion/WebRTC/WebRTC.swift b/Sources/ion/WebRTC/WebRTC.swift index 1c8d851..4c69322 100644 --- a/Sources/ion/WebRTC/WebRTC.swift +++ b/Sources/ion/WebRTC/WebRTC.swift @@ -148,7 +148,6 @@ final class WebRTCClient: NSObject { let track = WebRTCClient.factory.audioTrack(with: audioSource, trackId: label) - peerConnection.add(track, streamIds: [streamId]) peerConnection.addTransceiver(with: track) return track