Skip to content

Commit 6cb1a38

Browse files
committed
Hide room conn state
1 parent 624d580 commit 6cb1a38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/LiveKit/Agent/Session.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ open class Session: ObservableObject {
6262
@Published public private(set) var error: Error?
6363

6464
/// The current connection state of the session.
65-
@Published public private(set) var connectionState: ConnectionState = .disconnected
65+
@Published private var connectionState: ConnectionState = .disconnected
6666
/// A boolean value indicating whether the session is connected.
6767
public var isConnected: Bool {
6868
switch connectionState {

0 commit comments

Comments
 (0)