UNPKG

@phenixrts/sdk

Version:
7 lines (6 loc) 104 B
type Chunk = { timestamp: number; data: ArrayBuffer; type: string; }; export default Chunk;