liuzhe02 / bigbluebutton

Automatically exported from code.google.com/p/bigbluebutton
0 stars 0 forks source link

Client can make simultaneous audio connections from both webrtc and flash #1868

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
To reproduce:

- Join a BBB meeting

- Connect to audio,
- Say yes at the webrtc audio prompt
- You are now connected with only webrtc
- Disconnect the audio

- Connect to the audio
- Say no at the webrtc audio prompt
- Say next then yes in the flash audio prompt
- You are now connected with only flash
- DIsconnect the audio

- Connect to the audio
- Say yes at the webrtc audio prompt
- *BUG* you are now connected to webrtc audio, but now the flash audio prompt 
appears
- *BUG* say next then yes in the flash audio prompt
- *BUG* you are now connected to the audio twice - webrtc + flash. there will 
be a noticable echo
- Disconnecting the audio at this point disconnects both connections

Original issue reported on code.google.com by calvin.walton@kepstin.ca on 21 Jan 2015 at 8:14

GoogleCodeExporter commented 9 years ago
Fixed in https://github.com/bigbluebutton/bigbluebutton/pull/491

Original comment by calvin.walton@kepstin.ca on 26 Jan 2015 at 5:07