RocketChat / RocketChat/Rocket.Chat

GoogleMeet Conference Call is not working on 6.10.0

Open
#32,831 3 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

planned
Dominant language
TypeScript
Stars
46.1k
Forks
13.9k
Avg merge
3d 3h
Merged PRs (30d)
130

Description

Description:

When trying to start conference call using GoogleMeet I’m getting following error in logs:

JsonRpcError {
  message: 'Method isFullyConfigured not found on provider GoogleMeet',
  code: -32000,
  data: {}
}

From webconsole I’m getting 400 Bad Request to endpoint /api/v1/video-conference.capabilities.
What can be wrong?

I have got Google Meet bot installed as well and via it I can start conference with /meet command. The error happens only when I click on the call icon. It says “Required Action: Missing configuration. An app needs to be installed and configured.”
But it is…

Steps to reproduce:

Install Rocket.Chat 6.10.0
Install GoogleMeet application
Start conference call by clicking on call icon

Expected behavior:

Start conference call over Google Meet

Actual behavior:

400 Bad Request to /api/v1/video-conference.capabilities

Server Setup Information:
  • Version of Rocket.Chat Server: 6.10.0
  • License Type: Pro
  • Number of Users: 3
  • Operating System: Ubuntu 24.04 LTS
  • Deployment Method: Docker compose on AWS EC2 + ALB
  • Number of Running Instances: 1
  • DB Replicaset Oplog: Enabled
  • NodeJS Version: 4.21.3 - x64
  • MongoDB Version: 7.0.12 (Atlas MongoDB)
Client Setup Information
  • Desktop App or Browser Version: 4.0.0 (same behavior on Browser Firefox/Chrome)
  • Operating System: MacOS Sonoma 14.4.1
Additional context

On 6.9.x it works fine.

Relevant logs:
JsonRpcError {
  message: 'Method isFullyConfigured not found on provider GoogleMeet',
  code: -32000,
  data: {}
}

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start at the /api/v1/video-conference.capabilities endpoint and trace the GoogleMeet provider call for isFullyConfigured, comparing its behavior with 6.9.x. Done means the GoogleMeet application can start a conference from the call icon on 6.10.0 without the 400 response or missing-configuration message.

Written by the indexing model from the issue text.

Assessment

Tech stack
typescript
Domain
api, backend
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
42/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.