Hi,
What is the functionality that i am looking for ?
When https://webwhiteboard.com/ is visited, the board that opens is unregistered miro board, but when the window is closed and when opened again the same board is shown again (the miro board is reused / the miro board is remembered), how to achieve this functionality using miro board picker (live embed) ?
Current functionality is:
When ever the board picker is triggered, clicking on create board (unregistered) will always open a new miro board.
What i have already tried:
Create a new miro board with a new jwt token , store this jwt token.
Now when opening a board picker again , pass in the same function that returns the same jwt token created earlier. But this also creates a new miro board .
What can i do to actually reuse the same unregistered miro board ?
Also,
how to get the data of which board (unregistered / registered board) the user selected from the board picker? (looking get this response in board picker success response, As there are 2 options that come with in the broad picker to create a unregistered board & one to signin to miro, i would want to apply the above functionality to only unregistered miro boards )