@AbhishekNegi-1282 - Website tabs aren't equivalent to a standard web browser. A number of sites, especially those requiring authentication, using popups, or complex HTML framing, will not work as expected when pinned as a website tab. Recommended option to load SharePoint tags is by creating Teams App as mentioned by @Meghana-MSFT .
@AmirSohail-0150 - Currently we do not have Graph APIs to fetch the meeting transcription file. We are working on this but do not have an ETA to share.
@SahiRepswal-9632- Could you please confirm if your bot endpoint is recieving invoke request? You can Test and debug your bot locally using ngrok.
Please share the code snippet for your hero card along with the function which is handling the invoke request.
@Huzaifa-9671 - To get the correct token for Microsoft Teams Free and guest users, it is important that the apps use tenant specific endpoint https://login.microsoftonline.com/{tenantId}. If the apps use https://login.microsoftonline.com/common, the users will get incorrect tokens and will log on to the "home" tenant instead of the tenant that they are currently signed into.
Easiest way to get your tenant Id by logging in to https://teams.microsoft.com/ using your personal account. 
Graph Explorer by default logins to home tenant. Could you please try following the steps mentioned in get access token documentation and let me know if it works for you?
@SharmaMeghnaGECoreTechCyber-7678 - For notification from custom apps, you can use sendActivityNotification APIs.
Currently, Teams doesn't support device permissions for multi-window apps, tabs, and the meeting side panel. We have updated the documentation to reflect this. Ref Doc: Native device permissions