我想深入链接到Glip团队,并且以前使用了Glipped项目使用的URL格式,但是它不再起作用。不用将我带到chatId
指定的聊天中,而是可以导航到我拥有的最新开放聊天。这是错误还是新的URL?
https://app.glip.com/r/chat/{chatId}
更新:Glipped项目现已更新,其链接格式如下所示:https://github.com/ringcentral/Glipped/pull/5
答案 0 :(得分:0)
代替使用path参数,使用查询字符串参数,如下所示。这里,groupId
与上述问题中的chatId
相同。
https://app.glip.com/chat/r?groupid={groupId}