JoomlaLMS Learning Management System - Support Forum
|
#1
|
|||
|
|||
|
My client has a demo next week so I hope you can answer this right away:
In the videoconferencing interface, everyone seems to be looking only at the teacher. And yet everyone is supposed to have their own camera. We want a full videoconferencing capability -- where everyone with a camera can be seen by everyone else. I can't find a setting for this; please clarify. If you do not have that integrated, then please tell me this instead: How can I change the link for the video conferencing icon? Our Flash Media Server provider provides a videoconferencing component that we might be able to use instead. I would want to change your link to launch their product. Please tell me where I would find this code. Also, if I'm forced to go that route, please explain how your LMS knows who is in the class that is participating in the videoconference -- I'll need to pass that information to the other videoconference application, and so I need to know where it is in your system. |
|
#2
|
|||
|
|||
|
Quote:
Quote:
Quote:
P.S. If you would like to use 3pd solution for conferencing, draw your attention that conferences for each course should be closed from each other (in other words users who are participates in one conference shouldn't see any actions of users who are participates in the conference from another course at the same time) |
|
#3
|
|||
|
|||
|
[quote=den;4373]file includes/jlms_menu.php, lines 100 - 120 (where all menu items are sorted out). You can identify conference menu item by condition "$menu->lang_var == '_JLMS_TOOLBAR_CONF' "[quote]
THANK YOU for clarifying the capability of the built-in conferencing function. Unfortunately, the file you refer to above doesn't include the _JLMS_TOOLBAR_CONF item anywhere...please help me fiind this link as replacing it will probably be my best solution. Another possibility: when you click on the conference icon, a page is loaded that has a Flash module on the left that includes the "Enter" button. Where is that Flash module located? If I can modify that, it might be another method for launching a different conference tool. |
|
#4
|
|||
|
|||
|
jlms_menu.php
lines 109 - 113: Code:
if (!$menu->disabled && !$menu->user_options){
?>
<a...........................</a>
<?php
}
Code:
if (!$menu->disabled && !$menu->user_options){
if ($menu->lang_var == '_JLMS_TOOLBAR_CONF') {
$menu->menulink = 'http://yoursite.com/path/to/conference.html';
}
?>
<a...........................</a>
<?php
}
|
|
#5
|
|||
|
|||
|
I have read the post. The code has chaged. I would like my own code to be called when a student presses the conference button. Pleasse, where can I add the code for the conference button, and what should I add to call my own teleconference client.
|
|
#6
|
|||
|
|||
|
Quote:
Last edited by Helga_13; 04-26-2011 at 10:29 AM. |
|
#7
|
|||
|
|||
|
Is there multi-video coming? There are programmes around that allow for more than just the teacher to be visible. If such a functionality is planned - when can this be expected?
|
|
#8
|
|||
|
|||
|
In our video conference tool teacher can activate a student - and then this student can write on the virtual whiteboard and use webcam and microphone to communicate with other students.
We have also integration with GoToMeeting in our roadmap for version 1.2 which is planned for fall 2011. |
|
#9
|
|||
|
|||
|
Quote:
Last edited by Helga_13; 10-11-2011 at 12:31 PM. |
|
#10
|
|||
|
|||
|
Quote:
|
![]() |
«
Previous Thread
|
Next Thread
»
| Thread Tools | |
| Display Modes | |
|
|
All times are GMT. The time now is 09:03 PM.






Linear Mode

