shettima / bigbluebutton

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

Spaces in meetingid creates a bug for listeners feature #942

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
See issue description

   http://groups.google.com/group/bigbluebutton-dev/browse_thread/thread/5cc76d134f3da237#

If I create a meeting with spaces in the meeting ID, the Listeners 
window pane will never get populated with attendees who are really 
listening. 
My current work around is to make sure there are no spaces in meeting 
ID. 
I suspect something related to communication b/t BBB and client 
regarding listeners isn't escaping the spaces of the meeting ID.

Original issue reported on code.google.com by ffdixon@gmail.com on 27 May 2011 at 11:10

GoogleCodeExporter commented 9 years ago
It doesn't make sense because the "Demo Meeting" is the default meeting, and it 
has a space in the meetingID.

Probably you have to encode the meetingID as an URL, so it will replace the 
spaces with %20.

Original comment by fceca...@gmail.com on 31 May 2011 at 4:53