extend call message ttl to 14 days

pull/560/head
Ryan Zhao 3 years ago
parent 2000297a5f
commit c820212115

@ -8,7 +8,6 @@ public final class CallMessage : ControlMessage {
/// See https://developer.mozilla.org/en-US/docs/Glossary/SDP for more information.
public var sdps: [String]?
public override var ttl: UInt64 { 2 * 60 * 1000 }
public override var isSelfSendValid: Bool {
if case .answer = kind { return true }
if case .endCall = kind { return true }

Loading…
Cancel
Save