RocketChat / Rocket.Chat

The communications platform that puts data protection first.
https://rocket.chat/
Other
40.04k stars 10.32k forks source link

GoogleMeet Conference Call is not working on 6.10.0 #32831

Open Woitekku opened 1 month ago

Woitekku commented 1 month ago

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:

Client Setup Information

Additional context

On 6.9.x it works fine.

Relevant logs:

JsonRpcError {
  message: 'Method isFullyConfigured not found on provider GoogleMeet',
  code: -32000,
  data: {}
}
reetp commented 1 month ago

For reference:

https://forums.rocket.chat/t/googlemeet-conference-call-is-not-working/20278

Apparently works with 6.9.0 but not 6.10.0

casalsgh commented 1 month ago

Working fine for me on 6.10 and 6.11 develop. Just use the /meet and call opens fine. Can you confirm the google account is properly logged in and google meet app is fully setup? Also, do you mind sharing the steps you are using to receive the error message?

Woitekku commented 1 month ago

The /meet works on 6.10 but clicking the call icon doesn't. That's the whole point.