Sep 13 2021 08:29 AM
I am attempting to open an existing Group Chat via a URL or Deep Link. I've read info about creating a chat via a URL but not navigating to an existing Chat. We plan to reuse an existing group chat room and would like to provide users a URL via an email to join or simply view the discussion from the existing Group Chat. Can this be done? How do i determine or construct the URL of the Group Chat Room?
Sep 13 2021 10:51 AM - edited Sep 13 2021 11:17 AM
Hi, use this and add the parameter topicName https://docs.microsoft.com/en-us/microsoftteams/platform/concepts/build-and-test/deep-links#deep-lin...
Edit, worked just fine when I tried.
Ex.
https://teams.microsoft.com/l/chat/0/0?users=frodo@shire.com,sam@shire.com&topicName=Mordor
Sep 13 2021 11:42 AM
@ChristianJBergstrom I should have mentioned this. We'd like to use these chat rooms with open ended users. Mean that the room is used over and over by responders of an incident and the responders vary from chat to chat. We plan to have a pool of rooms and round robin thru them as incidents occur.
The command that you mentioned seems to require a static list of users. It seems to be trying to open a new chat for me.
Sep 13 2021 12:33 PM
Nov 16 2021 06:27 PM