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.

7 lines (5 loc) 268 B
declare const MAX_METADATA_SIZE: number; declare const MAX_ROOM_METADATA_SIZE = 1024; declare const INFRA_URL = "https://infra-api.huddle01.workers.dev"; declare const SDK_VERSION: string; export { INFRA_URL, MAX_METADATA_SIZE, MAX_ROOM_METADATA_SIZE, SDK_VERSION };