Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Panel
panelIconIdatlassian-info
panelIcon:info:
bgColor#F4F5F7

Embedding Streaming into a Webpage with no iFrame solution but always get “a Token has been used” error.

I can't reuse it?

Refer to this document to embed the streaming into a webpage without iframe.

Answer 🔧

Panel
panelIconIdatlassian-info
panelIcon:info:
bgColor#F4F5F7

The moment the page sends the token to the server, it becomes invalid to use the 2nd time so you cannot use it.

Also there is a time limit on each token. the System will automatically expire unused token after the specific time period.

Find here how to automatically generate tokens under method 2 in this document. (Repo : https://github.com/e3ds/full-html-control/tree/html/ejs )

...