v1.1.0
Latest
2021.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
TypeNameDescription
StringbasePath

The base path to set in configuration.