Hey all, I'm trying to build a basic audio bot that will join a voice channel, play some audio, then leave. When developing locally I ran into the problem a lot of people have where the bot joins the voice channel then immediately leaves. I fixed this by manually adding the opus.dll and libsodium.dll to my project's /bin. Now, when publishing out to Azure App Service, the problem has returned and the bot leaves the voice channel immediately after joining. Using FTP/Kudu I manually uploaded the opus.dll and libsodium.dll files to the Web Job and can ensure that those dlls are there, but the problem persists. Has anyone encountered a similar issue. Thank you.
#Azure Not Respecting opus.dll
1 messages · Page 1 of 1 (latest)