CodeTogether-Inc / CodeTogether-Live

Repository for issues, documentation and more for codetogether.com and associated VS Code extension and Eclipse plugins.
Other
103 stars 12 forks source link

Audio session did not work #355

Closed borisovg closed 2 years ago

borisovg commented 2 years ago

Describe the bug Audio session did not work - we were able to both join the browser session but neither of us could hear the other on audio. Also it seems my invitee was unable to unmute / was seeing status as "unmuted" but it wasn't actually so.

To Reproduce Steps to reproduce the behavior:

  1. Start sharing
  2. Start audio session
  3. Invite another participant
  4. Unmute and try to talk

Expected behavior The other side can hear me speak.

CodeTogether Host

IDE Participant

Browser Host

Browser Participant

Workaround (if any) Use Zoom for audio :)

brianvfernandes commented 2 years ago

@borisovg , could you please help us with some WebRTC debugging information to help us track this down and fix? The reason both audio and video are not working for you are very likely related.

Steps

  1. With Firefox, just before joining A/V, open the about:webrtc page and click Start Debug Mode
  2. Now join A/V, make sure you're unmuted and attempt to talk or share your webcam.
  3. If you click Show Details over in the about:webrtc page, you should see quite a bit of data being logged. If you don't see data here, please refresh the page.
  4. You can now click, Stop Debug Mode and then Save Page which will save this data to an HTML file.

Can you please email this file to support@genuitec.com for further analysis? Thanks!

borisovg commented 2 years ago

@brianvfernandes you've got it: I have WebRTC disabled in my browser for security reasons and I forgot about that. Toggling it back on made everything work again. Sorry for the noise.

brianvfernandes commented 2 years ago

@borisovg no problem, and thank you for letting us know! We'll try to make "disabled WebRTC" more obvious in product and documentation.