Avatar

Level 2
yes i use rtc:AudioSubscriber

Yes , it is right i forget this tags:

xmlns:collaboration = "com.adobe.rtc.collaboration.*" I





i have always a error ,



Severity and Description Path Resource Location Creation Time
Id

The prefix "components" for element
"components:ResizableCanvas" is not bound. videoconferencetest/src
videoconferencetest.mxml line 205 1236061436671 26









my source is :





<components:ResizableCanvas id="rs" width="100%"
height="100%"

minHeight="200" minWidth="200"

backgroundAlpha=".5"

backgroundColor="gray"

cornerRadius="12"

borderStyle="solid"

horizontalScrollPolicy="off" verticalScrollPolicy="off">





<collaboration:WebcamSubscriber
webcamPublisher="{webCamPub}"

width="100%" height="100%"

publisherIDs="{[rp.currentItem.userID]}"
click="onClick(event)"

userBooted="onBooted(event)"
streamChange="onCameraPause(event)"/>





</components:ResizableCanvas>











thanks,



Lionceau,