I also tried to make a demo room with SOAP calls, and when the countdown finish, the room is still active. After the countdown finished i tried to write a message in chat and from ssh terminal i can still see the comunication between my browser and the server.
On 21 Gen, 05:31, Jyothivas Nair <[email protected]> wrote: > Hi Sebastian, > > i have set the timer and boolean isdemo room to true > as it shows a countdown timer popup on the right top of the whiteboard > screen > > as you mentioned after the timeout it should return to room list...now > that wont happen when i use soap > so i think for now i would have to create a separate countdown and > redirect the page after timeout > > i would say it would be a nice idea to either lock or freeze the > whiteboard upon timeout, this way the person cant use the room upon > timeout > as when i use soap even after timeout i can use the whiteboard > currently. > > On Jan 21, 2:12 am, Sebastian Wagner <[email protected]> wrote: > > > > > hi, > > > did you set theDemoTimer AND thedemo-room flag to true? > > > see for example: > > public Long addRoomWithModeration(String SID, String name, > > Long roomtypes_id , > > String comment, Long numberOfPartizipants, > > Boolean ispublic, > > Boolean appointment, > > Boolean isDemoRoom, > > Integer demoTime, > > Boolean isModeratedRoom) > > > demoTime => to a valid time (I think in seconds) + isDemoRoom to true. > > > But the effect is that the User returns to the List of rooms actually, you > > have to try that. I created that flag to makeDemo-Rooms on theDemo > > Platform, don't know yet what happens if that room is entered via SOAP. > > > Sebastian > > > 2010/1/20 Jyothivas Nair <[email protected]> > > > > Hi, > > > > i created ademoroom using the SOAP calls, i set the time as 30 > > > seconds > > > it shows me a small window with a time counter > > > > but the thing is how do you handle the timeout ? it doesn't freeze the > > > whiteboard or do anything > > > i can still use all the whiteboard functions even after a timeout > > > > is there a way using which i am supposed to handle the timeout event ? > > > > -- > > > You received this message because you are subscribed to the Google Groups > > > "OpenMeetings User" group. > > > To post to this group, send email to [email protected]. > > > To unsubscribe from this group, send email to > > > [email protected]<openmeetings-user%2Bunsubscr > > > [email protected]> > > > . > > > For more options, visit this group at > > >http://groups.google.com/group/openmeetings-user?hl=en. > > > -- > > Sebastian > > Wagnerhttp://www.webbase-design.dehttp://openmeetings.googlecode.comhttp://... > > [email protected] -- You received this message because you are subscribed to the Google Groups "OpenMeetings User" 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-user?hl=en.
