You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What you found is the MeetingInfoRepository 's problem. This is just a sample to show how to store the data temporarily. It is in the server's cache, so it will lose it when reload.
Using the Azure Blob Storage is a good way to solve this. What you need to do is import the Azure Blob Storage's lib and in the constructure init the blob client. Then you could save or get data in get() and set().
Actually i'm working on an app ( bot + tab ) : in meeting app
My tab is asking for participant infos.
Actually when I made an edit on back-end then reload it all my references get lost
my question is how can I change
meetingInfoRepository.js
to persist data on Azure Blob Storage instead of local Object?All code example is here
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
The text was updated successfully, but these errors were encountered: