liuzhe02 / bigbluebutton

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

Enable the setting of phone numbers to be displayed in the client #1762

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
With the new audio selection window in 0.9 we need some way to show the option 
of phoning into the conference. The previous workaround was to attach this 
information to the welcome message, but it is often looked over. The audio 
selection window allows for selecting with or without microphone and we can add 
a third option for phoning in. There needs to be a config.xml property to 
control the showing or hiding of the third option and it will use the 
voicebridge and dialnumber properties on the create call.

Original issue reported on code.google.com by capil...@gmail.com on 5 Jun 2014 at 5:31

GoogleCodeExporter commented 9 years ago
Merged in pull request 322, 
https://github.com/bigbluebutton/bigbluebutton/pull/332.

There's now a new config.xml property for "showPhoneOption". When it is true it 
pulls in the dialnumber and voicebridge from the create call and inserts them 
into localized text.

Original comment by capil...@gmail.com on 5 Jun 2014 at 9:08