Add public room discovery

This commit is contained in:
Alexander Sellite 2026-08-10 10:04:05 -04:00
parent 59ef173ea7
commit e204279b09
16 changed files with 857 additions and 22 deletions

View file

@ -89,6 +89,10 @@ func is_local_host() -> bool:
return _session.is_host()
func is_open_host() -> bool:
return _session.is_open_host()
func get_relationships() -> Array[Dictionary]:
return _relationships.get_records()