You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I double checked the docs and couldn't find any useful information.
Verify Issue Source
I verified the issue was caused by Discord.Net.
Check your intents
I double checked that I have the required intents.
Description
Honestly, I don't know if this is an API or Discord.Net issue
Description.
I noticed that the VOICE_STATE_UPDATE event in the Discord.Net package fires correctly when a user enters, leaves or becomes a listener in a Stage channel. However, the event will not fire when a user goes from being a listener to a speaker in the Stage channel.
Steps to Reproduce:
create a stage channel in a Discord server.
connect a user to the Stage channel as a listener.
Observe that the VOICE_STATE_UPDATE event is triggered.
let the user become the speaker in the stage channel.
observe that the VOICE_STATE_UPDATE event is not triggered.
Expected behavior
The VOICE_STATE_UPDATE event should also fire when a user goes from being a listener to a speaker in the Stage channel. This allows changes in the user`s voice state to be tracked comprehensively and responded to accordingly.
Actual Behavior:
The VOICE_STATE_UPDATE event is not triggered when a user goes from being a listener to a speaker in the Stage channel. This misses an important feature to react appropriately to these changes in voice state.
Additional Context:
This issue impacts applications that use stage channels and need to monitor users' voice state. Adding an event for this situation would improve functionality and allow more accurate tracking of voice state changes.
I am happy to assist in resolving this issue if needed. Thank you very much for your support!
Version
3.11.0
Working Version
No response
Logs
n.a.
Sample
No response
Packages
Discord.Net
Microsoft.AspNet.SignalR.SelfHost
Microsoft.Extensions.Configuration
Microsoft.Extensions.Configuration.Json
Microsoft.Extensions.DependencyInjection
MongoDB.Driver
Environment
OS: Windows 11 22H2 22621.1992
Architecture: x64
SDK: .NET sdk 7.0.101
The text was updated successfully, but these errors were encountered:
Check The Docs
Verify Issue Source
Check your intents
Description
Honestly, I don't know if this is an API or Discord.Net issue
Description.
I noticed that the
VOICE_STATE_UPDATE
event in theDiscord.Net
package fires correctly when a user enters, leaves or becomes a listener in a Stage channel. However, the event will not fire when a user goes from being a listener to a speaker in the Stage channel.Steps to Reproduce:
Observe that the
VOICE_STATE_UPDATE
event is triggered.VOICE_STATE_UPDATE
event is not triggered.Expected behavior
The
VOICE_STATE_UPDATE
event should also fire when a user goes from being a listener to a speaker in the Stage channel. This allows changes in the user`s voice state to be tracked comprehensively and responded to accordingly.Actual Behavior:
The
VOICE_STATE_UPDATE
event is not triggered when a user goes from being a listener to a speaker in the Stage channel. This misses an important feature to react appropriately to these changes in voice state.Additional Context:
This issue impacts applications that use stage channels and need to monitor users' voice state. Adding an event for this situation would improve functionality and allow more accurate tracking of voice state changes.
I am happy to assist in resolving this issue if needed. Thank you very much for your support!
Version
3.11.0
Working Version
No response
Logs
Sample
No response
Packages
Environment
The text was updated successfully, but these errors were encountered: