sessionstart | ||||
---|---|---|---|---|
Description: | ||||
Start a session with Kaltura's server. The result KS is the session key that you should pass to all services that requires a ticket. | ||||
Input Params | ||||
Name | Type | Description | Required | Default Value |
secret | string | Remember to provide the correct secret according to the sessionType you want | V | |
userId | string | 1 | ||
type | KalturaSessionType | Regular session or Admin session | 1 | |
partnerId | int | 1 | ||
expiry | int | KS expiry time in seconds | 1 | |
privileges | string | 1 | ||
Output Type | ||||
string | ||||
Example HTTP Hit | ||||
http://www.kaltura.com/api_v3/service/session/action/start JSON object:
|