We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 624d580 commit 6cb1a38Copy full SHA for 6cb1a38
Sources/LiveKit/Agent/Session.swift
@@ -62,7 +62,7 @@ open class Session: ObservableObject {
62
@Published public private(set) var error: Error?
63
64
/// The current connection state of the session.
65
- @Published public private(set) var connectionState: ConnectionState = .disconnected
+ @Published private var connectionState: ConnectionState = .disconnected
66
/// A boolean value indicating whether the session is connected.
67
public var isConnected: Bool {
68
switch connectionState {
0 commit comments