discord / gamesdk-and-dispatch

Public issue tracker for the Discord Game SDK and Dispatch
22 stars 7 forks source link

[Bug Report] Discord Overlay Voice Widget doesn't appear. #55

Open Jump-Suit opened 4 years ago

Jump-Suit commented 4 years ago

Describe the bug The main bug issue here is what I call the "Voice Widget" for Discord Lobbies in Discord GameSDK, no longer appears at all in the Discord overlay. I've tested this multiple times and have validation in the Discord Client and in my own game that the Voice Chat IS internally working!

Steps to reproduce Steps to reproduce the behavior:

  1. Go to a game which supports Discord Lobbies with Voice Chat from GameSDK
  2. Join a Discord Lobby or Game Lobby with Voice Chat and the Overlay enabled!
  3. Once joined, open the overlay with Shift + ` and observe the Voice Widget not appear.

Expected behavior Voice Widget SHOULD be shown in the overlay if in a Discord Lobby with ConnectVoice.

Screenshots unknown unknown2 unknown3 unknown4 NEW Example of when Lobby Voice WIdget did work: image

Implementation specifics

shadowfox87 commented 4 years ago

I can also reproduce this error. The discord voice overlay widget does not appear but we are able to connect to voice. @msciotti

shadowfox87 commented 3 years ago

I'm bumping this since it hasn't been looked at since April 24th. A similar issue also reported here: https://github.com/discord/gamesdk-and-dispatch/issues/58

No developer can use the discord voice widget. We can connect to the discord lobby though.

loganmc10 commented 3 years ago

I believe I am running into the same thing. Once I run ConnectVoice, Windows reports "Discord is using your microphone", but absolutely nothing shows up in Discord or the overlay. When I DisconnectVoice, Discord stops using the microphone.

EDIT: I tested this with 2 different accounts/PCs. The voice does indeed come through, but nothing in the app or overlay would indicate I'm connected to a voice channel

loganmc10 commented 3 years ago

Any update on this? Is the Game SDK actively developed? It seems to have a number of very serious bugs. I'm wondering if I should stick with it or look for other options for integrating voice lobbies?

ikurdup20 commented 3 years ago

best

ikurdup20 commented 3 years ago

D U C K ❤❤❤❤❤

ikurdup20 commented 3 years ago

👑👑

ikurdup20 commented 3 years ago

🐣👑🐣👑🐣👑🐣

Jump-Suit commented 3 years ago

Stop spamming this issue with off-topic comments.

shadowfox87 commented 3 years ago

I believe I am running into the same thing. Once I run ConnectVoice, Windows reports "Discord is using your microphone", but absolutely nothing shows up in Discord or the overlay. When I DisconnectVoice, Discord stops using the microphone.

EDIT: I tested this with 2 different accounts/PCs. The voice does indeed come through, but nothing in the app or overlay would indicate I'm connected to a voice channel

Yea, we basically made our own workaround. Since a voice widget doesn't appear, we just have a toggle to enable voice chat. Once it is enabled, the user can use voice chat but there's no widget.