Method | Description | |
---|---|---|
GetClusterServer ( string url, String applicationKey ) : Task |
Gets the cluster server.
|
|
PostAuthentication ( string authenticationToken, bool authenticationTokenIsPrivate, string applicationKey, int timeToLive, string privateKey, string[]>.Dictionary |
Saves the authentication token channels permissions in the ORTC server.
|
public static GetClusterServer ( string url, String applicationKey ) : Task |
||
url | string | |
applicationKey | String | |
return | Task |
public static PostAuthentication ( string authenticationToken, bool authenticationTokenIsPrivate, string applicationKey, int timeToLive, string privateKey, string[]>.Dictionary |
||
authenticationToken | string | Authentication Token which is generated by the application server, for instance a unique session ID. |
authenticationTokenIsPrivate | bool | Indicates whether the authentication token is private (1) or not (0). |
applicationKey | string | Application Key that was provided to you together with the ORTC service purchasing. |
timeToLive | int | The authentication token time to live, in other words, the allowed activity time (in seconds). |
privateKey | string | The private key provided to you together with the ORTC service purchasing. |
permissions | string[]>.Dictionary | The channels and their permissions (w: write/read or r: read, case sensitive). |
return | Task |