Closed end3r-man closed 3 months ago
here is the code
$this->discord->joinVoiceChannel($channel)->done(function (VoiceClient $vc) {
$vc->playFile('https://domain.com/test.mp4');
}, function ($error) {
echo "Error joining voice channel: " . $error->getMessage();
}); ```
I imagine this is related to https://github.com/discord-php/DiscordPHP/pull/1248
as mentioned trying to play audio from a url and its start but not playing and the voice socket is closed