RTMP Login Service - loldevs/leaguespec GitHub Wiki
Methods
| Method Name | # of Parameters | Return type |
|---|---|---|
| login | 1 | Session |
| performLCDSHeartBeat | 4 | ??? |
| getStoreUrl | 0 | String |
Method details
login
Parameters:
| Pos | Type | Description |
|---|---|---|
| 1 | AuthenticationCredentials | The credentials of the user logging in |
Returns:
Session
performLCDSHeartBeat
Periodically called every 2 minutes.
Parameters:
| Pos | Type | Description |
|---|---|---|
| 1 | int | An account Id |
| 2 | string | The current users SessionToken |
| 3 | int | Incrementing count of the amount of beats |
| 4 | string | The current time in 'ddd MMM d yyyy HH:mm:ss', ex.: "GMT-0700" or "GMT+0200" |
Returns:
Integer as String ???
getStoreUrl
Parameters:
none
Returns:
String
Note: add the parameter "lang" in the returned URL to change the store language. Lang must be to ISO format, example "fr_FR, en_US, ..." : ...&lang=fr_FR