disable making calls

pull/560/head
ryanzhao 3 years ago
parent c38923cc2f
commit f2e3ae909f

@ -6,7 +6,7 @@ import CallKit
public final class SessionCall: NSObject, WebRTCSessionDelegate {
@objc static let isEnabled = true
@objc static let isEnabled = false
// MARK: Metadata Properties
let uuid: String

Loading…
Cancel
Save