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