Expand my Community achievements bar.

sklee122
sklee122
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • Just to help anyone who may be trying to do the same thing, you must send the room id (name) as all lower case.  You will receive 404 errors if the room does not exist or has already been deleted.

    Type

    Questions

    Views

    685

    Likes

    0

    Replies

    0
  • Thanks for the offer but the integration is a little more involved than my question is letting on (not just doing one method)...we are doing all async requests out to your servers in order not to tie up our own execution threads so my example code wouldn't be too helpful for those looking for a simp...

    Type

    Questions

    Views

    685

    Likes

    0

    Replies

    0
  • I think I see the issue now, I need to make an additonal call to the "mode=xml&accountonly=true" after I have authenticated in order to get the "meeting-info" element where I can get the account path stuff and then I need to put that after the app/content in the url before the /meetings starts. I wi...

    Type

    Questions

    Views

    688

    Likes

    0

    Replies

    0
  • I am using .Net and there isn't a .Net sample (as far as I can see) for me to use so I am trying to read through the other language examples to pull out what I need.  Where should the {appPath} go in the Url and where do I get the magic path, is it returned in the authentication call when I get the ...

    Type

    Questions

    Views

    688

    Likes

    0

    Replies

    0
  • I'm trying to use the server-server API to clean up my rooms and I keep getting a 405 (method not allowed) returned from the AFCS server.  I've looked through the AFCS.java source to see how it should be implemented and I believe I am formatting the URL properly but I must be missing something.I use...

    Type

    Questions

    Views

    2.0K

    Likes

    0

    Replies

    7
  • It is possible if you are willing to go old school.  I know everyone using AFCS will think I am a crackpot for describing how I develop with Flex, but it is working great for me and I only have 1 IDE to deal with.  I use VS.NET and C# solutions for my ASP.NET backend and I create empty c# projects f...

    Type

    Questions

    Views

    320

    Likes

    0

    Replies

    0
  • Never mind, I found the isP2P off of the StreamManager from the ConnectSession - but the docs definitely need updating since the isP2P property is not documented nor is the CONNECTION_TYPE_CHANGE event type.  Also, the src doesn't have them either.

    Type

    Questions

    Views

    439

    Likes

    0

    Replies

    0
  • I am now modifying the code to add the listener for the CONNECTION_TYPE_CHANGE, but wanted to know what properties of the event of is there another object property I use to log the connection type (P2P/Hub and Spoke)?  Not finding anything in the src or docs.Thanks,Steve

    Type

    Questions

    Views

    442

    Likes

    0

    Replies

    0
  • I checked through the code and we are not using silenceLevel.  But, we do allow our players to mute their microphone to hide background noise when they aren't actually engaged, we do a false mute my setting the"gain" to 0 on the microphone and then switching it back to a normal level when they want ...

    Type

    Questions

    Views

    441

    Likes

    0

    Replies

    0
  • Hi Guys, I upgraded from 0.91 to the 0.92 version of the SDK and we are still experiencing the issues where clients do not gracefully switch from P2P to hub/spoke mode. We offer a "reset audio" function in our app that resets all Cocomo connections, and our users reported that doing a reset once eve...

    Type

    Questions

    Views

    1.7K

    Likes

    0

    Replies

    5