// // ConferenceCallViewUITestsMethods.swift // ConferenceUITests // // Created by Quentin Monnier on 05/08/2022. // import XCTest import linphonesw class ConferrenceCallViewUITestsMethods { let app: XCUIApplication let appAccountAuthInfo = UITestsCoreManager.instance.appAccountAuthInfo! let ghostAccounts = UITestsCoreManager.instance.ghostAccounts init(app: XCUIApplication) { self.app = app } func startOutgoingConference() { } }