Re: Operator can't see users in embed mode and embed mode questions

  •  05-09-2007, 4:19 PM

    Re: Operator can't see users in embed mode and embed mode questions

     I tried:
     
    <%@ Page Language="C#" %>
    <%@ Register TagPrefix="CuteChat" TagName="EmbedChannel" src="cutesoft_client/cutechat/embedchannel.ascx" %>
    <html>
     <head runat=server>
      <title>Embed CuteChat </title>
     </head>
     <body>
      <script src='CuteSoft_Client/CuteChat/Support-Visitor-monitor.js.aspx'></script>
      <script>
      Embed_Location='Lobby'
      Embed_LocationId='3'
      </script>
      <CuteChat:EmbedChannel id="EmbedMessenger1" runat="server"></CuteChat:EmbedChannel>
     </body>
    </html>
     
    The user gets a logon prompt and I enter "Bob".   The Operator sees an anonymous user,  The operator clicks the Invite button, but doesn't make a connection to the user.
     
     
     
View Complete Thread