discord / gamesdk-and-dispatch

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

[Bug] Discord GameSDK LobbyManager OnSpeaking event only triggers for owner. #83

Open Jump-Suit opened 4 years ago

Jump-Suit commented 4 years ago

Describe the bug When in a Discord GameSDK instanced Lobby from the Lobby Manager, and you are connected to the Lobby voice, the OnSpeaking event only fires for just the owner of a lobby. Steps to reproduce Steps to reproduce the behavior:

  1. Create/Join a Discord GameSDK Lobby
  2. Ensure it can ConnectVoice
  3. Connect to the Discord Lobby Voice
  4. Observe the OnSpeaking event trigger only for the owner.

Expected behavior OnSpeaking Event should trigger for everyone inside the lobby voice chat.

Screenshots None.

Implementation specifics

Additional context This is still being tested for repro.