Silke Szymura 24.Aug.06 07:23 AM a Web browser Developer Toolkits6.5.1Windows NT/2000
Hi,
I'm developing an application that uses some functions of the Sametime Java Toolkit.
Among other things I need to have a working whiteboard. Actually I get one but the page never stops loading. So i figured out that I never get the MeetingFactoryEvent "meetingJoined".
I'm creating the MeetingFactoryService as follows:
MeetingFactoryService meetingFactory = new MeetingFactoryComp(session, resource_path, resource_namespace, null);
//Add a listener to the factory so we can handle connection and meeting join events.
meetingFactory.addMeetingFactoryListener(new MeetingFactoryHandler());
The MeetingFactoryHandler implements MeetingFactoryListener but never receives any events.
I had the idea that perhaps the resource_classpath and / or namespace is wrong. I only found examples for applets but am developing a java application. What would be the right values then? Tried many things including null and the path where my MeetRes.cab-file lies ...
I would be so thankful for any idea that may help me - thanks in advance!!!!