Add public room discovery
This commit is contained in:
parent
59ef173ea7
commit
e204279b09
16 changed files with 857 additions and 22 deletions
|
|
@ -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()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue