/
SpaceConnectionConfig (Unity)
SpaceConnectionConfig (Unity)
- Fields
public string Tag;
The SpaceConnectionConfig determines how connections to different spaces are handled. It is used when calling JoinSpaceWithOptions.
Tags are user-defined identifiers that distinguish between simultaneous space connections. By assigning different tags to each connection, you can manage multiple active space connections within the same instance.
Use Case Example:
RTC Connection: A persistent connection for real-time communication.
Dynamic Connection: A secondary connection for tasks like journal syncing or transitioning between spaces.
By using different tags, both connections can coexist without interfering with each other. If the same tag (or the default empty string) is used, only one space connection is maintained at a time.
, multiple selections available,
Related content
Mullti-Space Connections Using Tags (Unity)
Mullti-Space Connections Using Tags (Unity)
More like this
AwaitSpaceConnectionByTag (Unity)
AwaitSpaceConnectionByTag (Unity)
More like this
JoinSpaceWithOptions (Unity)
JoinSpaceWithOptions (Unity)
More like this
JoinSpace (Unity)
JoinSpace (Unity)
More like this
JoinSpace (Unreal Engine)
JoinSpace (Unreal Engine)
More like this
CavrnusSpaceConnection (Unity)
CavrnusSpaceConnection (Unity)
More like this