RocketChat/Rocket.Chat

[JITSI] Create an endpoint to generate a Jitsi URL

Open

#19,056 opened on Sep 29, 2020

View on GitHub
 (7 comments) (1 reaction) (0 assignees)TypeScript (13,573 forks)batch import
hacktoberfest

Repository metrics

Stars
 (45,311 stars)
PR merge metrics
 (Avg merge 6d 1h) (230 merged PRs in 30d)

Description

Description:

Sometimes we make changes on how the url for Jitsi calls is generated based on settings or something like this. It should be better if instead of check all the settings and generate the url on each client side, we have an endpoint where we send a roomId and it returns a generated Jitsi URL.

Steps to reproduce:

Expected behavior:

Actual behavior:

Server Setup Information:

  • Version of Rocket.Chat Server:
  • Operating System:
  • Deployment Method:
  • Number of Running Instances:
  • DB Replicaset Oplog:
  • NodeJS Version:
  • MongoDB Version:

Client Setup Information

  • Desktop App or Browser Version:
  • Operating System:

Additional context

Relevant logs:

Contributor guide