Fix test to use updated PeerConnectionClient API

// FREEBIE
pull/1/head
Michael Kirk 8 years ago
parent dc1e7263f5
commit f37b8bac0f

@ -55,7 +55,7 @@ class PeerConnectionClientTest: XCTestCase {
let iceServers = [RTCIceServer]()
clientDelegate = FakePeerConnectionClientDelegate()
client = PeerConnectionClient(iceServers: iceServers, delegate: clientDelegate, callDirection: .outgoing)
client = PeerConnectionClient(iceServers: iceServers, delegate: clientDelegate, callDirection: .outgoing, useTurnOnly: false)
peerConnection = client.peerConnectionForTests()
dataChannel = client.dataChannelForTests()
}

Loading…
Cancel
Save