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.

5 lines (3 loc) 131 B
type Runtime = "workerd" | "node" | "unknown"; declare function detectRuntime(): Runtime; export { type Runtime, detectRuntime };