From 7a8fea5f1f7fa3ef32bdd07e489f598eafeb3903 Mon Sep 17 00:00:00 2001 From: Gonzalo DCL Date: Thu, 12 Sep 2024 14:56:26 -0300 Subject: [PATCH] add connected boolean to check if the user is connected to the scene room --- proto/decentraland/sdk/components/realm_info.proto | 1 + 1 file changed, 1 insertion(+) diff --git a/proto/decentraland/sdk/components/realm_info.proto b/proto/decentraland/sdk/components/realm_info.proto index 2bff3b89..6c6b7301 100644 --- a/proto/decentraland/sdk/components/realm_info.proto +++ b/proto/decentraland/sdk/components/realm_info.proto @@ -11,4 +11,5 @@ message PBRealmInfo { string comms_adapter = 4; bool is_preview = 5; optional string room = 6; + optional bool is_connected_scene_room = 7; }