Expand my Community achievements bar.

aponnusa
aponnusa
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • Hi,Answers for 1 & 2 below 1.) Quoting an expert (Raff & Nikola)- external auth tokens last until the room ends (or you manually invalidate the session).So basically you can use them only once per room.2.) Session containers creationComplete event is good enough, as by that time all LCCS components ...

    Type

    Questions

    Views

    619

    Likes

    0

    Replies

    0
  • Hi,Try exploring SharedWhiteBoard.model.sharedCursorPane.labelField API to get and set displayName of the cursors.ThanksArun

    Type

    Questions

    Views

    386

    Likes

    0

    Replies

    0
  • Hi Matt.From your error, it seems like you  are setting guestsHaveToKnock even before you synchronize. TypeError: Error #1009: Cannot access a property or method of a null object reference.     at com.adobe.rtc.sharedManagers::RoomManager/set guestsHaveToKnock()     at Staff_App/onCreationComplete()...

    Type

    Questions

    Views

    620

    Likes

    0

    Replies

    0
  • Hi Matt,Changing your code from var wbPod:SharedWhiteBoard = new SharedWhiteBoard();wbPod.width = wbPod.height = 500;wbPod.connectSession = cSession;wbPod.sharedID = "wbPod";wbPod.subscribe();wbTab.addElement(wbPod);to this should fix your issuevar wbPod:SharedWhiteBoard = new SharedWhiteBoard();wbP...

    Type

    Questions

    Views

    919

    Like

    1

    Replies

    0
  • Matt,,Please add the pods after the kockingqueue uesr is accepted. That should fix your issue.I have attached the working version of your app.<?xml version="1.0" encoding="utf-8"?><s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"                  xmlns:s="library://ns.adobe.com/flex/spark"    ...

    Type

    Questions

    Views

    917

    Likes

    0

    Replies

    0
  • Just throwing out a suggestion, not sure if its a neat approach.sharedProp_1.addEventListener(CollectionNodeEvent.SYNCHRONIZATION_CHANGE, listener1)batonProp_1.addEventListener(CollectionNodeEvent.SYNCHRONIZATION_CHANGE, listener2)protected function listener1(evt: CollectionNodeEvent) {    tempFunc(...

    Type

    Questions

    Views

    387

    Likes

    0

    Replies

    0
  • Hi,If a user with role publisher, is trying to setCustomUserField to himself, then it should be possible. (are you trying to do this ?)But if he is trying to set it to others then its not so easy. The only possible option is, You will have to extend the current UserManager and override the setCustom...

    Type

    Questions

    Views

    431

    Likes

    0

    Replies

    0
  • I had a cursory glance of your app, and I am guessing it has something to do with onSyncChange & onCreationComplete methods. Can you post your entire code, and the error message trace. That would help us help you ThanksArun

    Type

    Questions

    Views

    918

    Likes

    0

    Replies

    0
  • Error 2032 is too generic. So can you post us the entire error message(Exception or stacktrace) and your code.ThanksArun

    Type

    Questions

    Views

    1.0K

    Likes

    0

    Replies

    0
  • Hi Matt,You approach sounds good to me. LCCS gives you control over your authentication mechanism, role, session expiration and a few other parameters. That must help you control the users on who use it, and how they use it.ThanksArun

    Type

    Questions

    Views

    927

    Like

    1

    Replies

    0