Hi Jess
We have followed the method below but entries are not showing in KMC tho if we query it in the admin console, the entry is showing.
$client = new KalturaClient($config);
$entry = new KalturaExternalMediaEntry();
$entry->searchProviderType = KalturaSearchProviderType::YOUTUBE;
$result = $client->baseEntry->add($entry, $type);
How would we be able to play these entries pls?