Expand my Community achievements bar.

Hinne
Hinne
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • How can I check if the LCCS server is allive?without to much overhead.henry

    Type

    Questions

    Views

    735

    Likes

    0

    Replies

    2
  • How can I check if a user exists by UserID? I tried     Session.userManager.canUserConfigure(UserID);but it throws an errorError: MessageManager.getRootUserRole - This user doesn't exist.    at com.adobe.rtc.messaging.manager::MessageManager/http://www.adobe.com/2006/connect/cocomo/messaging/interna...

    Type

    Questions

    Views

    787

    Likes

    0

    Replies

    2
  • Sporadicly but quiet often my App hangs after doing a collectionNode.publishItem().after 1 min. I receive a onSessionSyncChange event with a completly new UserID.Backward debug trace:10:40:45 AM - onSessionStatusChange10:40:38 AM - onUserNameChange10:40:37 AM - onSyncChange10:40:37 AM - onSessionSyn...

    Type

    Questions

    Views

    2.3K

    Likes

    0

    Replies

    8
  • I changed compile path from flashOnly\player10.1 to flashOnly\player10.3 and now I get this error:verify com.adobe.rtc.clientManagers::MicrophoneManager/setAdvancedMicrophone()                        stack:                        scope: [global Object$ flash.events::EventDispatcher$ com.adobe.rtc.cl...

    Type

    Questions

    Views

    2.2K

    Likes

    0

    Replies

    9
  • I have userID .../27I hook up with userID .../26But when this user loggs out his userID  is .../24 in p_evt.userDescriptor.userID:         _cSession.userManager.addEventListener(UserEvent.USER_BOOTED,onUserRemove);        function onUserRemove(p_evt:UserEvent):void {            debug("onUserRemove p...

    Type

    Questions

    Views

    1.3K

    Likes

    0

    Replies

    6
  • my video arrives with 4-5 sec. delay. I'm using skype for audio to compare speeds. what can cause this extream delay?

    Type

    Questions

    Views

    547

    Likes

    0

    Replies

    0
  • I had everything working but now I get aError: The stream cannot be created because it already exists.    at com.adobe.rtc.sharedManagers::StreamManager/createStream()    at com.adobe.rtc.collaboration::AudioPublisher/createStream()    at com.adobe.rtc.collaboration::AudioPublisher/publish()    at S...

    Type

    Questions

    Views

    1.3K

    Likes

    0

    Replies

    6
  • If I set the WebcamSubscriber.width = 100 shouldn`t the .height default to 4:3 ratio of my cam and not to a 100x100  square?

    Type

    Questions

    Views

    796

    Likes

    0

    Replies

    2
  • if you also believe to be able to change the audio output device in Flash is an important new feature than please vote for my Flash Player Issue here:https://bugs.adobe.com/jira/browse/FP-6588(you may need to create an account there) Thanky you!henryDescription There is no way in Flash to select the...

    Type

    Questions

    Views

    691

    Likes

    0

    Replies

    0
  • I do:            var mi = new MessageItem("complexObjectNode", myUserMsg);            mi.associatedUserID = _cSession.userManager.myUserID;            mi.recipientID = budyUserID;                        collectionNode.publishItem(mi);and get:Error: MessageManager.publishItem : cannot publish private...

    Type

    Questions

    Views

    524

    Likes

    0

    Replies

    1