UNPKG

@huddle01/server-sdk

Version:

The Huddle01 Server SDK allows you to perform protected admin actions on your server side, like generating peer access tokens and starting and stopping meeting recordings and livestreams.

4 lines (3 loc) 242 B
export { AccessToken, AccessTokenOptions, DEFAULT_PERMISSIONS, IMeetingTokenInput, MeetingTokenInputSchema, Permissions, ROLE_PERMISSIONS, Role, RoleSchema, TokenVerifier, isDefaultRole } from './AccessToken.js'; import 'jose'; import 'zod';