Is it possible to create a page similar to the host.aspx, which will only display one specific session? There would be nothing else on the page (no logo image, logout link, left nav, etc) except for one row for a specific session with the Join, End, Code and the icons that display whether the host and/or client is connected or not. We want to display this page in an iframe from another site. I have already created a handler for automatically creating the session and logging on the user. I played around with the css, etc of the host.aspx page to hide div's, etc, but gave up as it's not easy to make it work on different browsers and display it correctly in an iframe.
Thanks!