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.