Skip to content

Add @zoom/rivet package to dependencies#5

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

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

Conversation

@PauloHenri-PT
Copy link

Install @zoom/rivet package.

Install @zoom/rivet package.
@PauloHenri-PT
Copy link
Author

PauloHenri-PT commented Jan 20, 2026

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
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())}
);
})();

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