Comment by galipernicus:

One last change to make things work.

In the videoconference.php file there is this line for the auditorium  
plugin:
$openmeetings_swfURL  
= 
"http://".$_GET["red5host"].":".$_GET["red5httpPort"]."/openmeetings/main.lzx.lzr=swf8.swf?";
 .

This was causing the room to not display.

I changed this line to:
$openmeetings_swfURL  
= 
"http://".$_GET["red5host"].":".$_GET["red5httpPort"]."/openmeetings/main.lzx.swf8.swf?";
 .

which is the same line used in the conference mod it the room displayed  
without an issue.



For more information:
http://code.google.com/p/openmeetings/wiki/MoodlePlugins

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"OpenMeetings developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/openmeetings-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to