diff --git a/Sources/LiveKit/Core/Room.swift b/Sources/LiveKit/Core/Room.swift index 96ed89908..3bc49f046 100644 --- a/Sources/LiveKit/Core/Room.swift +++ b/Sources/LiveKit/Core/Room.swift @@ -53,8 +53,8 @@ public class Room: NSObject, ObservableObject, Loggable { public var serverRegion: String? { _state.serverInfo?.region.nilIfEmpty } /// Region code the client is currently connected to. - @objc - public var serverNodeId: String? { _state.serverInfo?.nodeID.nilIfEmpty } + // @objc + // public var serverNodeId: String? { _state.serverInfo?.nodeID.nilIfEmpty } @objc public var remoteParticipants: [Participant.Identity: RemoteParticipant] { _state.remoteParticipants }