Interface IRelayServiceSDKConfiguration
Interface used for editing the configuration of the relay service SDK. Primary usage is for testing purposes.
Namespace: Unity.Services.Relay
Assembly: Unity.Services.Multiplayer.dll
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 |
---|---|---|
string | basePath | The base path to set in configuration. |