you will have to make a bigger changeset to make default audio/video width/height params by conference-room.
I would suggest you store them in each room-object, its easier & more flexible to create some new attributes in the Room-Object and read them when the user enters the conference room, then having them in the Room-Type Object or mapping them in some configuration table. But you could define the default values for the width/height in the RoomType Object. In http://code.google.com/p/openmeetings/source/detail?r=3821 you can see an overview that covers almost all occourence that need to be changed in order make a new attribute in the Room-Object. Including the possibility to edit this new attribute in the Admin>Rooms panel. Sebastian 2011/6/14 [email protected] <[email protected]>: > Hi Maxim, > > you will have to code it if you want to make it a parameter. > > > Sebastian > > 2011/6/14 Maxim Solodovnik <[email protected]>: >> Hello Sebastian, >> user request is to change the default size of video window opened (seems to >> be hardcoded for room type) >> Is there any chance to parameterize it? Or the only option is to hardcode >> desired values and recompile? >> Thanks in advance for your answer >> >> 2011/6/14 [email protected] <[email protected]> >>> >>> There is no such option at the moment, cause every user can just >>> resize and restart its or other videos on its own. >>> >>> Sebastian >>> >>> 2011/6/14 Alexei Fedotov <[email protected]>: >>> > Hi Sebastian, >>> > The old code defining video size is commented out now. How does one >>> > change default video size for a particular (restricted) room in the >>> > current code? >>> > >>> > -- >>> > With best regards / с наилучшими пожеланиями, >>> > Alexei Fedotov / Алексей Федотов, >>> > http://dataved.ru/ >>> > +7 916 562 8095 >>> > >>> > -- >>> > 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. >>> > >>> > >>> >>> >>> >>> -- >>> Sebastian Wagner >>> http://www.webbase-design.de >>> http://openmeetings.googlecode.com >>> http://www.wagner-sebastian.com >>> [email protected] >>> >>> -- >>> 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. >>> >> >> >> >> -- >> WBR >> Maxim aka solomax >> >> -- >> 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. >> > > > > -- > Sebastian Wagner > http://www.webbase-design.de > http://openmeetings.googlecode.com > http://www.wagner-sebastian.com > [email protected] > -- Sebastian Wagner http://www.webbase-design.de http://openmeetings.googlecode.com http://www.wagner-sebastian.com [email protected] -- 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.
