Skip to main content

Auki::ConjureKit::ConjureKitConfiguration::conjurekit_configuration

Represents the configuration for ConjureKit, a structured data containing various URIs and settings.

Public Attributes

Name
stringhds_uri
The URI for HDS (Hagall Discovery Service).
stringhagall_min_version
The minimum required version of the Hagall server to be used.
stringevent_uri
The URI for event-related functionality.
stringapi_uri
The URI for the ConjureKit API.
stringcatalog_uri
The URI for the catalog.
stringunity_participant_asset_id
The asset ID for Unity participant assets.
stringmetric_uri
The URI for metrics-related functionality.
Dictionary< string, float[]>device_offsets
A dictionary of device offsets, with keys as strings and values as float arrays.
stringpms_uri
The URI for Posemesh metrics service.
intping_interval
Ping interval for PMS.
intpms_first_report_interval
Time until first report for PMS is sent after connecting.
intpms_next_report_interval
Time until successive (after first) reports for PMS are sent.
List< string >pms_message_types
Hagall message types that will also be used to track latency.

Public Attributes Documentation

variable hds_uri

string hds_uri;

The URI for HDS (Hagall Discovery Service).

variable hagall_min_version

string hagall_min_version;

The minimum required version of the Hagall server to be used.

variable event_uri

string event_uri;

The URI for event-related functionality.

variable api_uri

string api_uri;

The URI for the ConjureKit API.

variable catalog_uri

string catalog_uri;

The URI for the catalog.

variable unity_participant_asset_id

string unity_participant_asset_id;

The asset ID for Unity participant assets.

variable metric_uri

string metric_uri;

The URI for metrics-related functionality.

variable device_offsets

Dictionary< string, float[]> device_offsets;

A dictionary of device offsets, with keys as strings and values as float arrays.

variable pms_uri

string pms_uri;

The URI for Posemesh metrics service.

variable ping_interval

int ping_interval;

Ping interval for PMS.

variable pms_first_report_interval

int pms_first_report_interval;

Time until first report for PMS is sent after connecting.

variable pms_next_report_interval

int pms_next_report_interval;

Time until successive (after first) reports for PMS are sent.

variable pms_message_types

List< string > pms_message_types;

Hagall message types that will also be used to track latency.