Expand my Community achievements bar.

ukkpower
ukkpower
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • Hi Nigel,I changed the following:connectionsession.as   if ( (_roomManager.roomState == RoomSettings.ROOM_STATE_ACTIVE || _roomManager.roomState == RoomSettings.ROOM_STATE_HOST_NOT_ARRIVED) && _userManager.myUserRole <= UserRoles.VIEWER && (_roomManager.guestsHaveToKnock == true) ) {roomManager.aspu...

    Type

    Questions

    Views

    899

    Likes

    0

    Replies

    0
  • HiJust an update on what I have done to solve the problem. I have changed the sdk now to put the role of viewer into the knocking queue instead of lobby.Now I can choose the selected user from the cSession.userManager.audienceCollection and the private function onMyAccept(p_evt:UserQueueEvent):void ...

    Type

    Questions

    Views

    921

    Likes

    0

    Replies

    0
  • Hi Nigel,So from what I now understand of the lobby, the following case scenario would not work.I am a user and I want to go to the lobby. I cannot be assigned viewer, publisher or owner as I would join a room.The reason why I want to go to the lobby is to chat to users and invite them to private ro...

    Type

    Questions

    Views

    915

    Likes

    0

    Replies

    0
  • All I really need is when the user is selected by the host they are sent a pop, could the// Accept the knocker.private function onAcceptClick(p_evt:MouseEvent):void{if ( cSession.userManager.myUserRole == UserRoles.OWNER ) {cSession.roomManager.knockingQueue.acceptUser(knockingList.selectedItem.desc...

    Type

    Questions

    Views

    919

    Likes

    0

    Replies

    0
  • One question on that before I try. When the hosts change the users role from lobby to publisher will that node be accessed through the userManager?<mx:DataGrid id="adgInterviewee" width="100%" height="20%" selectedIndex="0" showHeaders="true" headerHeight="50" sortableColumns="false" dataProvider="{...

    Type

    Questions

    Views

    921

    Likes

    0

    Replies

    0
  • Great.I have hosts who log into a room with the webcam and fileshare pods for discussion. They login with host passwords through php.I have a second group of people who are to join the discussion to ask their question to the hosts. I am only allowing one at a time for one on one consultation. Again ...

    Type

    Questions

    Views

    916

    Likes

    0

    Replies

    0
  • I have changed the p_accessModel:int=5 in the NodeConfigiration. How can I now list the node along with th displayName now the I can subscribe to it? It is still not in the the item.decriptorIs it possible maybe to set the Knocking queue for viewers, role 10? I want to be able to select a users from...

    Type

    Questions

    Views

    914

    Likes

    0

    Replies

    0
  • Thanks, I have had a look at the item descriptor and have found that customfields is missing. For my app this is essential for the owners in the room to be able to see certain inforamtion about the users waiting in the lobby before they let them in. Also from an AFCS point of view I would imagine th...

    Type

    Questions

    Views

    912

    Likes

    0

    Replies

    0
  • It has happened again where after a couples of login's during testing it does not set the my inputted username but instead uses the default and always gives me a role of 100 not matter what I have passed to the php auth.I then tried it in Chrome and it worked fine. So strangely it is only affecting ...

    Type

    Questions

    Views

    816

    Likes

    0

    Replies

    0
  • I want to display a list of users pending in the lobby in a tilelist. Like I have for the list of owners and viewers with dataProvider="{cSession.userManager.hostCollection}". I need displayName, userIcon and the customfield. I have tried a couple of ways but with no success. <mx:TileList focusRound...

    Type

    Questions

    Views

    4.3K

    Likes

    0

    Replies

    14
Top badges earned by ukkpower
Customize the badges you want to showcase on your profile