简体   繁体   中英

Launch Teams Application from Browser

I want to open Teams Desktop Application from Browser Pop-up like this. Open Microsoft Teams Application Pop-up

Is there a way to do that in my React.js/typescript web application?

If you create a hyperlink with the correct structure , then your browser will show the appropriate pop-up and Teams will handle it:

https://teams.microsoft.com/l/entity/<appId>/<entityId>?webUrl=<entityWebUrl>&label=<entityLabel>&context=<context>

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM