The comment in WebCamera.as talks about NoteModel. Maybe it should be the CameraModel ?
Dispatched when the NoteModel has fully connected and synchronized with the service
or when it loses that connection
The WebCamera component is a high level "pod" component which allows multiple
users to publish and display webcam video. In the MVC sense, the WebCamera is the view
and controller to the NoteModel's model since it consumes user events, drives them
to the model, accepts model events, and updates the view.
Isn't AFCS rebranded to LCCS?
It's confusing to see AFCS in code and docs.
The developer guide is called "afcs_developerguide.pdf" and has AFCS mentioned many times.
There are several places in the code that should be LCCS instead of AFCS.
Example for use of AFCS in code, there are other places:
WebCamSubscriber.as
AFCS does not support multiple layouts <code>layout()</code> always returns SIDE_BY_SIDE.
The FlashSimpleChat example imports uneeded audio and webcam classes:
import com.adobe.rtc.collaboration.AudioPublisher;
import com.adobe.rtc.collaboration.AudioSubscriber;
import com.adobe.rtc.collaboration.WebcamPublisher;
import com.adobe.rtc.collaboration.WebcamSubscriber;