java – Google Hangouts Meet API文档

我正在寻找Google Hangouts Meet的原始api文档.我注意到一个机器人挂断
https://github.com/tdryer/hangups使用这些网址:

https://clients6.google.com/chat/v1/#{endpoint}
https://clients6.google.com/chat/v1/conversations/sendchatmessage
https://clients6.google.com/chat/v1/conversations/removeuser
https://clients6.google.com/chat/v1/conversations/createconversation

但我找不到任何参考资料.

最佳答案 你指出的那个回购物有一个解释,他们从哪里得到它:

Unlike its predecessor Google Talk, Hangouts uses a proprietary, non-interoperable protocol. hangups is implemented by reverse-engineering this protocol, which allows it to support features like group messaging that aren’t available in clients that connect via XMPP.

基本上,该库的作者只是颠倒了那些REST api调用.大概是通过使用实际的谷歌环聊,然后查看它所做的网络调用.

我不相信谷歌有任何关于此的文件.

点赞