API Referenceglobal
Streamingclass
object→Streaming
Methods4
Showing 4 methods
public static System.Threading.Tasks.Task`1<string> BeginServiceLink(string service)
Begin linking a third-party service to the player's account (eg "Twitch").
| Parameter | Type | Description |
|---|---|---|
| service | string | — |
Returns:
Task<string>—public static System.Threading.Tasks.Task`1<bool> Connect(string serviceName)
Init a stream service
| Parameter | Type | Description |
|---|---|---|
| serviceName | string | — |
Returns:
Task<bool>—public static void Disconnect(string serviceName)
Disconnect from streaming service
| Parameter | Type | Description |
|---|---|---|
| serviceName | string | — |
Returns:
void—public static System.Threading.Tasks.Task`1<System.Collections.Generic.List`1<Editor.EditorUtility.Streaming.LinkedService>> ListServices()
List the player's linked services with their public info (name, avatar). Contains no tokens.
No results match this filter.
Properties1
Showing 1 properties
public static bool Editor.EditorUtility.Streaming.IsActive { get; set; }
Returns true if the stream is active
Returns:
bool—No results match this filter.