laravel-video-api
laravel-video-api copied to clipboard
Video or channel id is not found
I'm trying to use the package, but I always get this error, in the ID I'm putting the channel ID and in api-key I'm putting the key created in the API
if(!$json)
{
throw new \Exception("Video or channel id is not found");
}