Services

General Objects

Filter Objects

Array Objects

Enums

String Enums Constants

Kaltura API

session:start
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
secret string Remember to provide the correct secret according to the sessionType you want
userId string
type KalturaSessionType Regular session or Admin session
partnerId int
expiry int KS expiry time in seconds
privileges string
Output Type
type
string
Errors
START_SESSION_ERROR,Error while starting session for partner [%s]
Example HTTP Hit
http://www.kaltura.com/api_v3/?service=session&action=start
POST fields:
secret
userId
type
partnerId
expiry
privileges