Expand my Community achievements bar.

BARRYC16
BARRYC16
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • Thanks Raff,Yeah, in order to make my logic bullet proof I think I need to create the token at the time the user is about to enter the room. That way I can be guaranteed that they will be joined with the current existing session.I can see how I may have use cases whereby some users trying to enter t...

    Type

    Questions

    Views

    1.5K

    Likes

    0

    Replies

    0
  • With the way I am creating tokens, there is potential that tokens could be created across different room sessions. Not sure if that explains the issue I saw yesterday but depending on how sessions are garbage collected on the server I think it's possible. Anyway, I am going to change my server side ...

    Type

    Questions

    Views

    1.4K

    Likes

    0

    Replies

    0
  • Has anyone else seen an intermittent problem with authentication tokens?It seems like once in a while an authentication token that I create using the server API doesn't work for me and I get a bad authentication key error. I can't seem to narrow down the pattern of when or why it happens. Is it poss...

    Type

    Questions

    Views

    1.4K

    Likes

    0

    Replies

    0
  • Yep. It's basically the same idea but actually a bit easier. The code should be something like this...Cam:        private function startPublisher() : void {// Removing the recipient ids on the publishing side. Everything should be handled ok by setting publisher ids on the receiving side for each re...

    Type

    Questions

    Views

    664

    Likes

    0

    Replies

    0
  • Here's some sample code that will help you to direct messages to individual clients:public var chatModel:SimpleChatModel;chatModel.allowPrivateChat = true;var message:String = "Hello"; var cmd:ChatMessageDescriptor = new ChatMessageDescriptor(); cmd.displayName = session.userManager.getUserDescripto...

    Type

    Questions

    Views

    664

    Like

    1

    Replies

    0
  • Thanks Nigel.

    Type

    Questions

    Views

    1.3K

    Likes

    0

    Replies

    0
  • There are two possible workarounds for this.One would be toInitially log into the room as the room owner for every client login. The owner could check to see if this client is already in there by getting the user list and boot out the existing instance.Logout from the room owner session and log back...

    Type

    Questions

    Views

    1.1K

    Likes

    0

    Replies

    0
  • An update on this issue is that it happens for me when the flash player crashes regardless of whether the users is broadcasting audio or video at the time of the crash. I see it today when the debug version of Flash 10.3 crashed a couple of times. The client where the crash happened was idle at the ...

    Type

    Questions

    Views

    1.1K

    Likes

    0

    Replies

    0
  • Saw this problem again this week. It happened twice when I was using the debug flash player v10.2 with Firefox both times. It seemed like it happened when the Flash player crashed and when I restarted the browser I came in as the same user with the number appended. It actually happened twice, so the...

    Type

    Questions

    Views

    1.1K

    Likes

    0

    Replies

    0
  • Hi Nigel,I'll try to get a reproducible case. I believe I have seen it when there are no audio/video streams.Barry

    Type

    Questions

    Views

    1.1K

    Likes

    0

    Replies

    0