Expand my Community achievements bar.

adam_k
adam_k
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • i'm trying to build cost projections for LCCS, assuming users are connected hub and spoke.here's a typical scenario i'm calculating.  can someone from the LCCS team have a look and comment?four users in an audio / video conference for one hour.  240 x 180 capture, default framerate of 6fps.video:240...

    Type

    Questions

    Views

    1.1K

    Likes

    0

    Replies

    4
  • thanks for the quick confirmation nigel.  while i'm awaiting a patch, i assume the only measure i can take is to make the user choose their microphone before audioPublisher.publish() is called, and not allow them to switch mics after that?

    Type

    Questions

    Views

    343

    Likes

    0

    Replies

    0
  • i have a common use case where the selected microphone can change during audio publishing.  however, the newly selected mic doesn't seem to get attached to the currently publishing stream.  calling audioPublisher.stop() and then audioPublisher.publish() once works.  calling it again, after another m...

    Type

    Questions

    Views

    816

    Likes

    0

    Replies

    3
  • so i would have to build a flex app to log into the room as OWNER, then set ConnectSession.RoomManager.knockingQueue.roleForManaging=50? i assume only the OWNER can set roleForManaging to something less than OWNER?that's not practical at all. i'm building an automated service with many rooms that...

    Type

    Questions

    Views

    995

    Likes

    0

    Replies

    0
  • i've tried removeNode/createNode without success.  strangely, after i call createNode(), the node knockingQueue_queue node no longer exists in the RoomManager collection nodeNames.  i've used the debugger to confirm this.  all the other nodes are there.  when i call createNode() , i get an OK respon...

    Type

    Questions

    Views

    950

    Likes

    0

    Replies

    0
  • okay, the collection name is RoomManager , the node name is knockingQueue_queue.  in the server to server api, i don't see a setNodeConfiguration() method.  i need to modify pre-existing rooms' nodes.  how can i do that?  does createNode() just update the node configuration if it already exists?

    Type

    Questions

    Views

    951

    Likes

    0

    Replies

    0
  • thanks aruni already have server to server scripts that do room creation, so i could do the node modification there, correct?  however, in the Room Console i don't see any rooms as having a knockingqueue collection node, nor do i see a node piggybacked on other nodes.  what is the collectionnode nam...

    Type

    Questions

    Views

    950

    Likes

    0

    Replies

    0
  • upon further debugging and inspecting variables at runtime, it looks like RoomManager.knockingQueue is empty when a UserRole=50 is the highest ranking user in the room, and a guest is in the Lobby.  this leads me to believe that the Node(s) for knockingQueue items are not being created because the u...

    Type

    Questions

    Views

    950

    Likes

    0

    Replies

    0
  • thanks arun.it may be worth noting that in the case where i'm logging in to the room as a Publisher (userRole = 50) , i am first doing external authentication on my own server, getting a token from LCCS, and then in the app i'm using that token to login to the LCCS room.when i'm logging in as an Own...

    Type

    Questions

    Views

    950

    Likes

    0

    Replies

    0
  • the error does not seem to be completely consistent, occasionally it does not occur, but usually it does.i can share my code, but, it's a huge project with its part split into various models, views, and controllers so it would be hard to decipher.  i'll have to take some time to take out snippets an...

    Type

    Questions

    Views

    948

    Likes

    0

    Replies

    0