First of all, Happy New Year 2011!I've tried WebcamPublisher
webCamPub.publish("userPublisher") method to publish a WebCam to a room
with a different user that the "myUserId" logged at the session, but the
subscribers attached to the room they never receive the video. If I
check the Room console I can see the new user has been created and the
camera stream assigned. If i use the normal Publisher-Subscriber example
with webCamPub.publish() everything works correctly. One difference, on
the normal...