v1.0.0
Latest
2022.3+
Interface IRelayServiceSDKConfiguration
Interface used for editing the configuration of the relay service SDK. Primary usage is for testing purposes.
Namespace: Unity.Services.Relay
Syntax
public interface IRelayServiceSDKConfiguration
Methods
SetAllocationsServiceBasePath(String)
Sets the base path of the relay allocations service in configuration.
Declaration
void SetAllocationsServiceBasePath(string basePath)
Parameters
Type | Name | Description |
---|---|---|
System.String | basePath | The base path to set in configuration. |