MCPcopy
hub / github.com/chen-zeong/DTV / RustGetStreamUrlPayload

Interface RustGetStreamUrlPayload

web/src/components/player/types.ts:3–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import type { Platform } from "@/platforms/common/types";
2
3export interface RustGetStreamUrlPayload {
4 args: {
5 room_id_str: string;
6 };
7 platform: Platform;
8}
9
10export interface DanmakuMessage {
11 id?: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected