Skip to content

Commit

Permalink
add protocol versions
Browse files Browse the repository at this point in the history
  • Loading branch information
hiroshihorie committed Jan 7, 2024
1 parent 1d3af63 commit 67401d6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Sources/LiveKit/Types/ProtocolVersion.swift
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ import Foundation
public enum ProtocolVersion: Int {
case v8 = 8
case v9 = 9
case v10 = 10
case v10 = 10 /// Sync stream id
case v11 = 11 /// Supports ``ConnectionQuality/lost``
case v12 = 12 /// Faster room join (delayed ``Room/sid``)
}

// MARK: - Comparable
Expand Down

0 comments on commit 67401d6

Please sign in to comment.