v1.1.0
Latest
2021.3+

Class RelayService

The entry class of the Relay Allocations Service enables clients to connect to relay servers. Once connected, they are able to communicate with each other, via the relay servers, using the bespoke relay binary protocol.

Inheritance
RelayService
Namespace: Unity.Services.Relay
Syntax
public static class RelayService

Properties

Instance

A static instance of the Relay Allocation Client.

Declaration
public static IRelayService Instance { get; }
Property Value
TypeDescription
IRelayService