简体   繁体   English

如何与Glip团队建立深层链接?

[英]How can I deep link to a Glip team?

I would like to deep link to a Glip team and previously used the URL format used by the Glipped project, however it no longer works. 我想深入链接到Glip团队,并且以前使用了Glipped项目使用的URL格式,但是它不再起作用。 Instead of taking me to the chat specified by the chatId , I would get navigated to the latest open chat I have. 无需将我带到chatId指定的聊天中,而是可以导航到我拥有的最新开放聊天。 Is this a bug or is there a new URL for this? 这是错误还是新的URL?

Update: The Glipped project has now been updated with the link format in the answer below: https://github.com/ringcentral/Glipped/pull/5 更新: Glipped项目现已更新,链接格式如下: https : //github.com/ringcentral/Glipped/pull/5

Instead of using the path parameter, use the query string parameter as follows. 代替使用path参数,使用查询字符串参数,如下所示。 Here, groupId is the same as the chatId in the question above. 在这里, groupId与上述问题中的chatId相同。

  • https://app.glip.com/chat/r?groupid={groupId}

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

相关问题 什么是深层链接?如何为App Store创建深层链接? - What is deep link and how i can create it for App Store? 如何为我的应用设置深层链接并在Google中搜索它 - How I can set deep link for my app and search it in google Flutter 如何在深层链接(动态链接)中传递列表 - Flutter how can I pass a list in deep link (dynamic links) 如何在tvOS上深度链接到Netflix? - How do I deep link to Netflix on tvOS? 我怎么知道用户是否实际上共享了到他们的Facebook时间轴的深层链接? - How can I know whether the users actually shared a deep link to their facebook timeline or not? 如何从woocommerce设置可下载文件的“移动深层链接”? - How can I set an “mobile deep link” to downloadable file from woocommerce? 如何在我的颤振应用程序中为另一个应用程序启动深层链接 URL - How can I launch a deep link URL for another app in my flutter app 如何根据链接通过深度链接确定应用程序的路由 - How can I determine the route of the application through deep linking based on the link 如何深入链接到 GitHub 页面上的 Vue.js 项目? - How can I deep link into a Vue.js project on GitHub Pages? 目标 C/Firebase。 如何将请求的数据获取到深层链接? - Objective C/Firebase. How can I get the requested data to deep link?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM