Skip to content

Commit

Permalink
Test break
Browse files Browse the repository at this point in the history
  • Loading branch information
hiroshihorie committed Jan 25, 2025
1 parent 3f95664 commit 802ced4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Sources/LiveKit/Core/Room.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down

0 comments on commit 802ced4

Please sign in to comment.