livekit-protocol 0.7.5

Livekit protocol and utilities for the Rust SDK
Documentation
1
2
3
4
5
6
7
8
9
10
11
// @ts-check

import { defineBuildConfig } from "unbuild";

export default defineBuildConfig({
  declaration: true,
  sourcemap: true,
  rollup: {
    emitCJS: true,
  },
});