Skip to content

Commit

Permalink
make Engine.State internal
Browse files Browse the repository at this point in the history
  • Loading branch information
hiroshihorie committed Oct 24, 2023
1 parent eeb4bf7 commit 0173ea2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/LiveKit/Core/Engine.swift
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ internal class Engine: MulticastDelegate<EngineDelegate> {

public typealias ConditionEvalFunc = (_ newState: State, _ oldState: State?) -> Bool

public struct State: ReconnectableState, Equatable {
internal struct State: ReconnectableState, Equatable {
var connectOptions: ConnectOptions
var url: String?
var token: String?
Expand Down

0 comments on commit 0173ea2

Please sign in to comment.