v1.0.0
Latest
2022.3+

Interface IWireDirect

The Wire connection for the Multiplay SDK MVP!

Namespace: Unity.Services.Wire.Internal
Syntax
public interface IWireDirect : IServiceComponent

Methods

CreateChannel(String, IChannelTokenProvider)

Creates a channel. This is a hack for Multiplay SDK MVP!

Declaration
IChannel CreateChannel(string address, IChannelTokenProvider tokenProvider)
Parameters
TypeNameDescription
System.Stringaddress

The address to connect to.

IChannelTokenProvidertokenProvider

The token provider.

Returns
TypeDescription
IChannel

The channel you connected to.