Skip to content

Commit

Permalink
fix default protocol version for ConnectOptions
Browse files Browse the repository at this point in the history
  • Loading branch information
hiroshihorie committed Oct 20, 2023
1 parent 54f9489 commit d221a2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/LiveKit/Types/Options/ConnectOptions.swift
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ public class ConnectOptions: NSObject {
publishOnlyMode: String? = nil,
reconnectAttempts: Int = 3,
reconnectAttemptDelay: TimeInterval = .defaultReconnectAttemptDelay,
protocolVersion: ProtocolVersion = .v8) {
protocolVersion: ProtocolVersion = .v9) {

self.autoSubscribe = autoSubscribe
self.rtcConfiguration = rtcConfiguration ?? .liveKitDefault()
Expand Down

0 comments on commit d221a2d

Please sign in to comment.