【问题标题】:Is it possible to limit a conversation duration in OCS?是否可以限制 OCS 中的对话持续时间?
【发布时间】:2011-05-17 22:36:08
【问题描述】:

我正在尝试开发一个应用程序,它可以在公司内的 2 个随机用户之间开始对话。我们正在使用 OCS 2007 R2。

我正在使用以下代码通过 UCMA 2.0 创建此对话,但我不确定是否有办法将创建的对话持续时间限制为 3 分钟。所以

  1. 有没有办法通过 UCMA 2.0 完成这项任务?
  2. 除了通过在 3 分钟内创建此对话的同一机器人取消对话之外,还有什么其他选择?
  3. 有没有办法在 Office Communicator 中自定义对话屏幕?所以我可以显示一个计数器来显示对话的剩余时间?(例如:还剩 20 秒)

还是谢谢。

UserEndpointSettings userEndpointSettings = new UserEndpointSettings(_userURI, _userServer);
userEndpointSettings.Credential = _credential;
_userEndpoint = new UserEndpoint(_collabPlatform, userEndpointSettings);
_userEndpoint.BeginEstablish(EndEndpointEstablish, _userEndpoint);

ConversationSettings convSettings = new ConversationSettings();
convSettings.Priority = _conversationPriority.Normal;
convSettings.Subject = "Your trip plan";

Conversation conversation = new Conversation(_userEndpoint, convSettings);

【问题讨论】:

    标签: c# sdk ocs office-communicator ucma2.0


    【解决方案1】:

    你最好用 MS 开一张票。

    【讨论】:

    • 实际上我想了解 UCMA 和其他 API 的限制。你觉得这个应用有必要开票吗?
    猜你喜欢
    • 1970-01-01
    • 2018-11-12
    • 1970-01-01
    • 2015-01-09
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多