@zoom/rivet
Version:
Zoom Rivet is a comprehensive toolkit built to help developers quickly integrate and manage server-side applications within the Zoom ecosystem. This tool currently supports Node.js, offering core functionalities like authentication, API wrappers, and even
14 lines • 552 B
TypeScript
import Chatbot from "./chatbot/chatbot.d.ts";
import TeamChat from "./teamchat/teamchat.d.ts";
import Users from "./users/users.d.ts";
import Phone from "./phone/phone.d.ts";
import Accounts from "./accounts/accounts.d.ts";
import Meetings from "./meetings/meetings.d.ts";
import VideoSdk from "./videosdk/videosdk.d.ts";
export import Chatbot = Chatbot;
export import TeamChat = TeamChat;
export import Users = Users;
export import Phone = Phone;
export import Accounts = Accounts;
export import Meetings = Meetings;
export import VideoSdk = VideoSdk;