Expand my Community achievements bar.

Raff_
Raff_
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • Sorry, outdated example. We'll fix it with the next versin of the SDK. Thanks!

    Type

    Questions

    Views

    292

    Like

    1

    Replies

    0
  • Did you try the original example before chaning it ? Are you setting room and credentials correctly ? The error is related to a user so maybe your application didn't authenticate correctly (or you started the room as a guest without first entering as the owner so that all the nodes would get setup c...

    Type

    Questions

    Views

    454

    Likes

    0

    Replies

    0
  • I was just going to post an announcement on the forums regarding this.We currently don't send emails for maintenances but you can subscribe tothe RSS feed (you'll have to filter LCCS maintenances since currently wehave one single feed for Acrobat.com and LCCS).The maintenance windows is Thursdays 5p...

    Type

    Questions

    Views

    338

    Likes

    0

    Replies

    0
  • The authentication token used for the developer account expires after 12-15 minutes of inactivity (I am still trying to figure out what the right number is) so if you are using your account for extended period of times you should "refresh" the token something like every 10 minutes.Two ways of do thi...

    Type

    Questions

    Views

    283

    Likes

    0

    Replies

    0
  • Uploaded files are deleted when you delete a room (and the file size is limited to 10Mb).You can potentially implement your own file transfer by publishing and receiving items on your custom CollectionNode. You'll have to do some sort of "flow control" (i.e. send one block or more blocks and wait fo...

    Type

    Questions

    Views

    413

    Like

    1

    Replies

    0
  • I would say go with multiple rooms. I don't see any advantage in trying to share a room if the participants are only allowed to interact two at a time. This would give you maximum security (create two authentication tokens for the participants in a particular room and they'll be the only two able to...

    Type

    Questions

    Views

    714

    Likes

    0

    Replies

    0
  • 1) No (why would you want to do that ?)2) You can setup your own "messaging" by subscribing/publishing on a "controlling" node. When one user wants to start another user screen share it will do a publishItem with a "share" command (or if share is all you can do any data will work) and the recipient ...

    Type

    Questions

    Views

    714

    Like

    1

    Replies

    0
  • So, I am not sure of what is that you are trying to do If you want to receive user related events you don't need to set up anything in your Flex application. All you need is a server application that calls registerHook, then subscribe to UserManager collection for the room you are interested in and ...

    Type

    Questions

    Views

    608

    Likes

    0

    Replies

    0
  • Looks like custom fields are "nodes" on UserManager so you can just do a publishItem to a node with the name of your custom field.

    Type

    Questions

    Views

    589

    Likes

    0

    Replies

    0
  • One other modification that we wanted to do, that would solve hopefully most of the problems is to add an input field where you can type the room you are interested in. That way as long as you know the name of the room (that you should, if you are trying to debug a specific room) you should be able ...

    Type

    Questions

    Views

    768

    Likes

    0

    Replies

    0