How can I get a list of streams that contain a game name without specifying any channels?

The function getStreamsObjects says it “Gets the stream object of multiple channels and credentials”. How do I set the $channels parameter to search through all channels?

public function getStreamsObjects($game = null, $channels = array(), $limit = -1, $offset = 0, $embedable = false, $hls = false, $client_id = null, $returnTotal = false)

Thanks

It seems like you’re using IBurn’s PHP library?

Have you tried

$streams = $interface->getStreamsObjects("Game Name Here");

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.