liuzhe02 / bigbluebutton

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

Prevent reuse of the same voiceBridge #1895

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Most of BBB plugins generate voiceBridge ID randomly, for example, WordPress 
plugin (https://wordpress.org/plugins/bigbluebutton) generates only 4 digits 
(the first digit is fixed and equals 7). There is a big change that a newly 
created conference gets the same voiceBridge ID. BBB should warn or prevent 
such behaviour.

Original issue reported on code.google.com by ginermail@gmail.com on 5 Mar 2015 at 4:38

GoogleCodeExporter commented 9 years ago
Hi Ginermail,

This isn't a bug against BigBlueButton; rather, it's feedback on the 
implementation of the plugins.  I've also co-authored some of the plugins and 
know what you are asking. The changes for duplication are so remote that we've 
decided it's not worth trying to warn the user.  Also, there are other (much 
higher) priority features we want to add to BigBlueButton in the meaning.

If you want to discuss this further, please post to bigbluebutton-dev mailing 
list.

Original comment by ffdixon@gmail.com on 5 Mar 2015 at 7:47

GoogleCodeExporter commented 9 years ago
What about adding a recommendation to the API docs about using same ID for both 
meetingID and voiceBridge? In this case if somebody connects to the same 
voicebridge they will also connect to the same meeting room and it won't be 
left unnoticed.

Original comment by ginermail@gmail.com on 12 Mar 2015 at 1:34