diff --git a/Session/Calls/Call Management/SessionCall.swift b/Session/Calls/Call Management/SessionCall.swift index d504ea4e7..c8030090f 100644 --- a/Session/Calls/Call Management/SessionCall.swift +++ b/Session/Calls/Call Management/SessionCall.swift @@ -6,7 +6,7 @@ import CallKit public final class SessionCall: NSObject, WebRTCSessionDelegate { - @objc static let isEnabled = false + @objc static let isEnabled = true // MARK: Metadata Properties let uuid: String