You are here

class KalturaSessionType in Kaltura 6.2

Hierarchy

Expanded class hierarchy of KalturaSessionType

File

kaltura_client/KalturaClient.php, line 215

View source
class KalturaSessionType {
  const USER = 0;
  const ADMIN = 2;

}

Members