v1.0.0
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 IRelayServiceSDKConfigurationMethods
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. |