Forum Discussion
HARIBABU_PA
Jul 13, 2023Copper Contributor
New channel experience breaks tab settings popup.
We use Teams SDK 2.10 to get teams context for Page->Id, which will be returning the tab id or entity id of the Tab. After the New Channel Experience for Post, the Settings for the Tab is not returni...
Yuri Dogandjiev
Microsoft
Oct 25, 2023HARIBABU_PA, the getContext API was never meant to retrieve information about the tab content page inside of the tab configuration page. If you need to read the existing tab instance settings in the configuration page, you should use the settings.getSettings or pages.getConfig API. That will give you the entityId, contentUrl, and all other metadata that you previously provided when the tab was initially setup.