Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

KavenR
KavenR
Offline

Badges

Badges
5

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts & Comments

Posts & Comments
5

Discussions

Discussions
0

Questions

Questions
3

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by KavenR
Customize the badges you want to showcase on your profile
ClassCastException in RTCModel.java - Adobe LiveCycle 18-08-2010
Hi,I found a problem in the RTCModel class. When I call fetchItems(room, "default_SimpleChat", "history") to obtain the chat history, the RTCModel fails with an exception:ClassCastException: Cannot cast java.lang.Double (id=3330) to java.lang.StringThe problem is located in the addItem function within the Node inner class: public void addItem(Map data) { String itemID = (String) data.get("itemID"); if (itemID == null) itemID = "item"; items.put(itemID, new Item(data)); }The String cast isn't che...

Views

648

Likes

0

Replies

1
Re: How to subscribe to a "room is now empty" event? - Adobe LiveCycle 17-08-2010
Hi Nigel, Hi Dean,Thanks for the quick reply! I'm using the RTCHOOK.java example and added a loop to show the object map.Here is the result I get a few minutes after the last person left the room (Room name: p001bz1sx4lb07ctyrfd2):15:58:21,442 INFO [STDOUT] LCCS -- receiveItemRetraction: [my token here] p001bz1sx4lb07ctyrfd2 RoomManager roomState15:58:21,442 INFO [STDOUT] item map (publisherID) - __server__15:58:21,442 INFO [STDOUT] item map (body) - active15:58:21,442 INFO [STDOUT] item map (it...

Views

82

Likes

0

Replies

0
Re: How to subscribe to a "room is now empty" event? - Adobe LiveCycle 16-08-2010
I forgot to mention I'm using a BlazeDS callback hook for server to server communication. I subscribed to the RoomManager collection but the event I receive when the room is shutting down isn't tagged with the event name. How can I tell that this is the correct event and not some other event occurring?I'll make the chat non session dependent since I'll be deleting the room shortly after anyway.Thank you!

Views

83

Likes

0

Replies

0
How to subscribe to a "room is now empty" event? - Adobe LiveCycle 16-08-2010
Hi, I'm trying to figure out how to receive an event when the last user exits the room. I noticed I receive an event a few minutes after the last person quits but it doesn't contain anything meaningful to know what the event really is. Is there a way to know what the event is or do I have to connect to the room and compare the status? My goal is to delete the room after everybody has left the room. A few minutes delay is ok. Also, I would like to be able to fetch the chat content before deleting...

Views

974

Likes

0

Replies

6
Audio/Video stream recording - Adobe LiveCycle 21-07-2010
Hello,I'm currently building a video chat application and would like to add a feature to record the conversation either remotely to an application server or locally on the client's computer. It doesn't seem possible with the current API so I looked at the source to see if there was a way to add this feature without much success. Any ideas on how this could be done?Thank you,Kaven

Views

527

Likes

0

Replies

0