Kaltura API

sessionimpersonateByKs
Description:
Start an impersonated session with Kaltura's server. The result KS info contains the session key that you should pass to all services that requires a ticket. Type, expiry and privileges won't be changed if they're not set
Input Params
Name Type Description Required Default Value
session string The old KS of the impersonated partner V
type KalturaSessionType Type of the new KS 1
expiry int Expiry time in seconds of the new KS 1
privileges string Privileges of the new KS 1
Output Type
KalturaSessionInfo
Example HTTP Hit
http://www.kaltura.com/api_v3/service/session/action/impersonateByKs
JSON object:
				
{ session: "value", type: value, expiry: value, privileges: "value" }