Fix imports

voice-calls
Niels Andriesse 4 years ago
parent d403b275cc
commit c672e306df

@ -4,7 +4,6 @@
import Foundation import Foundation
import AVFoundation import AVFoundation
import SignalServiceKit
public struct AudioSource: Hashable { public struct AudioSource: Hashable {

@ -4,8 +4,6 @@
import Foundation import Foundation
import AVFoundation import AVFoundation
import SignalServiceKit
import SignalMessaging
import AVKit import AVKit
import SignalRingRTC import SignalRingRTC

@ -3,7 +3,6 @@
// //
import Foundation import Foundation
import SignalServiceKit
import SignalRingRTC import SignalRingRTC
class GroupCallUpdateMessageHandler: CallServiceObserver, CallObserver, Dependencies { class GroupCallUpdateMessageHandler: CallServiceObserver, CallObserver, Dependencies {

@ -3,7 +3,6 @@
// //
import Foundation import Foundation
import SignalServiceKit
import SignalRingRTC import SignalRingRTC
public enum CallState: String { public enum CallState: String {

@ -6,8 +6,6 @@ import Foundation
import PromiseKit import PromiseKit
import SignalRingRTC import SignalRingRTC
import WebRTC import WebRTC
import SignalServiceKit
import SignalMessaging
// MARK: - CallService // MARK: - CallService

@ -3,8 +3,6 @@
// //
import Foundation import Foundation
import SignalServiceKit
import SignalMessaging
/** /**
* Creates an outbound call via WebRTC. * Creates an outbound call via WebRTC.

@ -3,7 +3,6 @@
// //
import Foundation import Foundation
import SignalMessaging
import WebRTC import WebRTC
/** /**

@ -3,8 +3,6 @@
// //
import Foundation import Foundation
import SignalServiceKit
import SignalMessaging
@objc(OWSWebRTCCallMessageHandler) @objc(OWSWebRTCCallMessageHandler)
public class WebRTCCallMessageHandler: NSObject, OWSCallMessageHandler { public class WebRTCCallMessageHandler: NSObject, OWSCallMessageHandler {

@ -4,7 +4,6 @@
import UIKit import UIKit
import CallKit import CallKit
import SignalServiceKit
/** /**
* Requests actions from CallKit * Requests actions from CallKit

@ -6,8 +6,6 @@ import Foundation
import UIKit import UIKit
import CallKit import CallKit
import AVFoundation import AVFoundation
import SignalServiceKit
import SignalMessaging
/** /**
* Connects user interface to the CallService using CallKit. * Connects user interface to the CallService using CallKit.

@ -5,8 +5,6 @@
import Foundation import Foundation
import PromiseKit import PromiseKit
import CallKit import CallKit
import SignalServiceKit
import SignalMessaging
import WebRTC import WebRTC
protocol CallUIAdaptee { protocol CallUIAdaptee {

@ -5,8 +5,6 @@
import Foundation import Foundation
import WebRTC import WebRTC
import PromiseKit import PromiseKit
import SignalServiceKit
import SignalMessaging
import SignalRingRTC import SignalRingRTC
// TODO: Add category so that button handlers can be defined where button is created. // TODO: Add category so that button handlers can be defined where button is created.

@ -3,8 +3,6 @@
// //
import Foundation import Foundation
import SignalServiceKit
import SignalMessaging
/** /**
* Manage call related UI in a pre-CallKit world. * Manage call related UI in a pre-CallKit world.

@ -3,6 +3,7 @@
// //
import Foundation import Foundation
import WebRTC
class LocalVideoView: UIView { class LocalVideoView: UIView {
private let localVideoCapturePreview = RTCCameraPreviewView() private let localVideoCapturePreview = RTCCameraPreviewView()

Loading…
Cancel
Save