You are here

function KalturaHelpers::getSitePlaylistPlayers in Kaltura 7.2

Same name and namespace in other branches
  1. 6.2 kaltura_client/kaltura_helpers.php \KalturaHelpers::getSitePlaylistPlayers()
  2. 7.3 kaltura_client/kaltura_helpers.php \KalturaHelpers::getSitePlaylistPlayers()

oferc this method is defined just for clearence, acctualy it is the same as regular players @return: the list of players defined for the account

File

kaltura_client/kaltura_helpers.php, line 347

Class

KalturaHelpers
functions edited getSessionUser

Code

function getSitePlaylistPlayers(&$arr) {
  $arr['1292302'] = array(
    'name' => 'Playlist',
    'width' => 0,
    'height' => 0,
  );
  return KalturaHelpers::getSitePlayers($arr);
}