Fix call message TTL

This commit is contained in:
Niels Andriesse 2021-08-19 13:34:33 +10:00
parent c1b95dc54f
commit 3584a0e357

View file

@ -7,6 +7,8 @@ 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 }
// NOTE: Multiple ICE candidates may be batched together for performance
// MARK: Kind