Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expired TURN credentials are used if room is open for a long time. #6323

Open
fancycode opened this issue Oct 4, 2021 · 0 comments
Open
Labels
1. to develop bug feature: api 🛠️ OCS API for conversations, chats and participants feature: signaling 📶 Internal and external signaling backends
Milestone

Comments

@fancycode
Copy link
Member

Steps to reproduce

  1. Open Talk room.
  2. Leave page open for more than 24 hours.
  3. Join call from a restricted network.

Expected behaviour

The call should get established through the TURN server.

Actual behaviour

The TURN credentials are expired and can not be used to authenticate on the TURN server.

There actually is a FIXME note in the code about refreshing the credentials:

// FIXME add the TTL to the response and properly reconnect then

@nickvergessen nickvergessen added 1. to develop feature: api 🛠️ OCS API for conversations, chats and participants feature: signaling 📶 Internal and external signaling backends and removed 0. Needs triage labels Oct 4, 2021
@nickvergessen nickvergessen added this to the 💔 Backlog milestone Oct 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1. to develop bug feature: api 🛠️ OCS API for conversations, chats and participants feature: signaling 📶 Internal and external signaling backends
Projects
None yet
Development

No branches or pull requests

2 participants