Interface IWireDirect
The Wire connection for the Multiplay SDK MVP!
Namespace: Unity.Services.Wire.Internal
Assembly: Unity.Services.Multiplay.Wire.Internal.dll
Syntax
public interface IWireDirect : IServiceComponentMethods
CreateChannel(string, IChannelTokenProvider)
Creates a channel. This is a hack for Multiplay SDK MVP!
Declaration
IChannel CreateChannel(string address, IChannelTokenProvider tokenProvider)Parameters
| Type | Name | Description | 
|---|---|---|
| string | address | The address to connect to. | 
| IChannelTokenProvider | tokenProvider | The token provider. | 
Returns
| Type | Description | 
|---|---|
| IChannel | The channel you connected to. |