Skip to content

Add @zoom/rivet package to dependencies#5

Open
PauloHenri-PT wants to merge 1 commit into
zoom:mainfrom
PauloHenri-PT:patch-1
Open

Add @zoom/rivet package to dependencies#5
PauloHenri-PT wants to merge 1 commit into
zoom:mainfrom
PauloHenri-PT:patch-1

Conversation

@PauloHenri-PT

Copy link
Copy Markdown

Install @zoom/rivet package.

Install @zoom/rivet package.
@PauloHenri-PT

PauloHenri-PT commented Jan 20, 2026

Copy link
Copy Markdown
Author

import { MeetingsOAuthClient } from "@zoom/rivet/meetings";

(async () => {
const meetingsClient = new MeetingsOAuthClient({
clientId: process.env.CLIENT_ID,
clientSecret: process.env.CLIENT_SECRET,
webhooksSecretToken: process.env.WEBHOOKS_SECRET_TOKEN,
installerOptions: {
redirectUri: "",
stateStore: ""
}
});

// Rivet Events and Endpoints Go Here

const server = await meetingsClient.start();
console.log(
Zoom Rivet Events Server running on: ${JSON.stringify(server.address())}
);
})();const chatbotClient = new ChatbotClient({
clientId: process.env.CLIENT_ID,
clientSecret: process.env.CLIENT_SECRET,
webhooksSecretToken: process.env.WEBHOOK_SECRET_TOKEN,
port: 4000
});

@PauloHenri-PT

Copy link
Copy Markdown
Author

import { MeetingsOAuthClient } from "@zoom/rivet/meetings";

(async () => {
const meetingsClient = new MeetingsOAuthClient({
clientId: process.env.CLIENT_ID,
clientSecret: process.env.CLIENT_SECRET,
webhooksSecretToken: process.env.WEBHOOKS_SECRET_TOKEN,
installerOptions: {
redirectUri: "",
stateStore: ""
}
});

// Rivet Events and Endpoints Go Here

const server = await meetingsClient.start();
console.log(
Zoom Rivet Events Server running on: ${JSON.stringify(server.address())}
);
})();

@PauloHenri-PT PauloHenri-PT left a comment

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Was functional

@PauloHenri-PT PauloHenri-PT left a comment

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant