Avatar

Level 1

Ok i figured it out, strange though. Addin works when i specify fully qualified domain name for my server eg. http://www.domain.com/screen.html. It does not work when url is domain.com/screen.html.

However I got another question. When I publish my screen, I catch streamreceive event on streammanager. Yet I can't recognize whether published stream is mine or not. I would like to subcribe to stream only if it is not my own.  do following check

if (e.streamDescriptor.streamPublisherID != sess.userManager.myUserID)

but it turns out that streamPublisherID does not equal myUserID when stream is published from my applicatin instance.