简体   繁体   English

如何将 Zoom 聊天中的文本“路由”到另一个应用程序(如 Max/MSP)。 (self.learnprogramming)

[英]How to “route” text from Zoom chat into another application (like Max/MSP). (self.learnprogramming)

I was trying to do the following:我试图做以下事情:

I needed a script that would be "reading" the chat of the current Zoom meeting, and routing that text into another application (in specific, Max/MSP).我需要一个脚本来“阅读”当前 Zoom 会议的聊天记录,并将该文本路由到另一个应用程序(特别是 Max/MSP)。

I am trying to have live interaction between the participants in the call and th Max/MSP patch.我正在尝试在通话参与者和 Max/MSP 补丁之间进行实时交互。 I know what I need to do on Max side to "interpret" the text, but I am clueles on how I could "route" the text from the Zoom chat.我知道在 Max 方面我需要做什么来“解释”文本,但我不知道如何从 Zoom 聊天中“路由”文本。

I have little experience in other programming languages, but am open to learn from other scripts.我在其他编程语言方面几乎没有经验,但我愿意向其他脚本学习。

Sorry if I'm being a little vague.对不起,如果我有点含糊。 I searched for similar questions and didn't find anything like what I need.我搜索了类似的问题,但没有找到我需要的东西。

You would typically access the Zoom API and query a user's chat messages:您通常会访问 Zoom API 并查询用户的聊天消息:

https://marketplace.zoom.us/docs/api-reference/zoom-api/chat-messages/getchatmessages https://marketplace.zoom.us/docs/api-reference/zoom-api/chat-messages/getchatmessages

This should be possible to do in Max, using the maxurl object:这应该可以在 Max 中使用 maxurl object 完成:

https://docs.cycling74.com/max8/refpages/maxurl https://docs.cycling74.com/max8/refpages/maxurl

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何将聊天应用程序与GTalk或Yahoo等其他服务集成? - How to integrate a chat application with other service like GTalk or Yahoo? 使用 HTTP 的聊天应用程序会是什么样子? - How would a chat application using HTTP look like? 如何指定文字,图片和轮播等3种类型的聊天,并且我们的发送文本也会显示在聊天中 - How to specify for chat which have 3 type like Text , Image and Carousel , and our send text also show on chat 如何构建一个自毁的聊天应用服务器? - How to build a self destructing chat app server? 聊天应用程序如何为特定聊天生成ID? - Chat application how to generate an id for a particular chat? 如何在iOS的Quickblox聊天应用程序中测试聊天 - How to test chat in Quickblox chat application for iOS Flutter 聊天文本像 Whatsapp 或 Telegram 一样对齐 - Flutter chat text align like Whatsapp or Telegram 如何更改uitableviewcell的宽度,使其在聊天应用程序中看起来像是左对齐或右对齐 - how to Change width of uitableviewcell so that it looks like left or right aligned in chat application 我如何为我的网站用户(如Y)制作实时客户端聊天应用程序! 信使? - How i can to make a live client chat application for my website's user like Y! Messenger? 如何扩展我的聊天应用程序? - How to scale my chat application?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM