Expand my Community achievements bar.

SOLVED

Anonymous Presence and WebCam Publishing

Avatar

Level 4

Hi,

When entering a room with Anonymous Presence turned on it throws an error:

Error: MessageManager.publishItem : cannot publish private messages on a node unless it is configured to allowPrivateMessages

When turning it off everything is fine. Do I need to make everything thing a private stream?

My hope is to reduce the amount of traffic and not freeze the room again. But i'm gonna need the cams on.

Is there something I'm missing in how i'm going about this?

thanks.

...russ

1 Accepted Solution

Avatar

Correct answer by
Employee

Hi Russ,

Sorry about the issue. We did identify this bug and fixed it. We have released the patch today. Updating your swc should fix the issue for you.

Please do let us know if you have trouble downloading the swc.

Thanks

Arun

View solution in original post

5 Replies

Avatar

Employee

Hi Russ,

I tried publishing my WebCamera with a room that has AnonymousPresence turned on, and I didnt see any issue.

Can you share your code and full RTE error that you see. Also can you verify the version of the SDK you are using.

Thanks

Arun

Avatar

Level 4

Hi,

thanks here is what im getting:

Main Thread (Suspended: Error: MessageManager.publishItem : cannot publish private messages on a node unless it is configured to allowPrivateMessages)

com.adobe.rtc.messaging.manager::MessageManager/http://www.adobe.com/2006/connect/cocomo/messaging/internal::publishItem

com.adobe.rtc.sharedModel::CollectionNode/publishItem

com.adobe.rtc.sharedManagers::UserManager/setCustomUserField

com.adobe.rtc.sharedManagers::StreamManager/onItemReceive

flash.events::EventDispatcher/dispatchEventFunction [no source]

flash.events::EventDispatcher/dispatchEvent [no source]

com.adobe.rtc.sharedModel::CollectionNode/http://www.adobe.com/2006/connect/cocomo/messaging/internal::receiveItem

com.adobe.rtc.messaging.manager::MessageManager/http://www.adobe.com/2006/connect/cocomo/messaging/internal::receiveItem

com.adobe.rtc.session.managers::SessionManagerBase/receiveItem

im using the swc for player 10.1 and this is the only code i have for the cam at the moment

trace("button is clicked");

if(!_ownerView.hostPublisher.isPublishing){

_ownerView.hostPublisher.publish();

}else{

_ownerView.hostPublisher.stop();

}

I tried even with a simple mxml file and had the same results.

thanks.

...russ

Avatar

Correct answer by
Employee

Hi Russ,

Sorry about the issue. We did identify this bug and fixed it. We have released the patch today. Updating your swc should fix the issue for you.

Please do let us know if you have trouble downloading the swc.

Thanks

Arun

Avatar

Level 4

Arun,

Thanks that did the trick.

...russ