Share button on Meeting Side Panel is not sharing the CURRENT PAGE to the stage
I am using teams-js sdk version 2.9.0. I have a web app which can be added to meetings on teams.
When a user adds my app to the meeting, the app will show a menu of items (landing page for meeting) on the meeting side panel. Once the user selects an item from the list, user will be redirected to item details page (separate page from landing page). Now., If the user clicks on share button, the stage will show landing page (items list page) instead of the item details page which is the current page of the side panel!!
Sample Reproducing Scenario:
Create a web app which has 2 pages. One page should show list of items (PageA). Other page(PageB) should show item details on click on an item from the PageA.
Create a teams app for your website with meetingStage and meetingSidePanel context enabled in config and.
1. Create a Teams Meeting
2. Load the app you created to the meeting.
3. It will show a list of items (PageA). Select an item.
4.You will be redirected to item details page (PageB) on side panel itself.
5.Click on Share button.
6.Stage will load the landing page (PageA-list of items) again instead of the current page (PageB) on side panel.
I am expecting the current state of the side panel to be shared to stage on click of share.
Can anyone please help on this?
I am using teams-js sdk version 2.9.0. I have a web app which can be added to meetings on teams. When a user adds my app to the meeting, the app will show a menu of items (landing page for meeting) on the meeting side panel. Once the user selects an item from the list, user will be redirected to item details page (separate page from landing page). Now., If the user clicks on share button, the stage will show landing page (items list page) instead of the item details page which is the current page of the side panel!! Sample Reproducing Scenario:Create a web app which has 2 pages. One page should show list of items (PageA). Other page(PageB) should show item details on click on an item from the PageA.Create a teams app for your website with meetingStage and meetingSidePanel context enabled in config and. 1. Create a Teams Meeting2. Load the app you created to the meeting.3. It will show a list of items (PageA). Select an item.4.You will be redirected to item details page (PageB) on side panel itself.5.Click on Share button.6.Stage will load the landing page (PageA-list of items) again instead of the current page (PageB) on side panel. I am expecting the current state of the side panel to be shared to stage on click of share.Can anyone please help on this?@prasad_das-MSFT Read More