feat: add tss module demo

This commit is contained in:
2025-04-18 23:55:40 +08:00
parent fdc3985b93
commit 5e781499e9
12 changed files with 422 additions and 10 deletions

View File

@@ -1,5 +1,5 @@
// import WebSocket from 'ws';
import { initWs } from '../../ws-adapter/index.ts';
import { initWs } from '../../../ws-adapter/index.ts';
export type VideoWSOptions = {
url?: string;