Stefan Sayer writes: > you can kick everyone with the kickout() call by xmlrpc. to get the > needed room password you may use getRoomPassword() with the master > password set in the config file.
stefan, when a user joins a conference, authentication application that asks/checks the pin code and then forwards the call to the conference, can set a timer that fires when the conference expires. onTimer handler of that timer can then kick out the user by sending a bye to it. there is thus no need for any external process to kick out the user. similar effect (and even better) could be achieved for web conference, if it would be possible to give a time argument to roomCreate function, which would tell how many seconds the conference room exists. web conference could then set a timer to expire at that time and kick everyone automatically out and delete the room. by the way, i didn't find a roomDelete function in Readme.webconference. -- juha _______________________________________________ Semsdev mailing list [email protected] http://lists.iptel.org/mailman/listinfo/semsdev
