Skip to content

Commit 67401d6

Browse files
committed
add protocol versions
1 parent 1d3af63 commit 67401d6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Sources/LiveKit/Types/ProtocolVersion.swift

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@ import Foundation
2020
public enum ProtocolVersion: Int {
2121
case v8 = 8
2222
case v9 = 9
23-
case v10 = 10
23+
case v10 = 10 /// Sync stream id
24+
case v11 = 11 /// Supports ``ConnectionQuality/lost``
25+
case v12 = 12 /// Faster room join (delayed ``Room/sid``)
2426
}
2527

2628
// MARK: - Comparable

0 commit comments

Comments
 (0)