| 1 | import type { Platform } from "@/platforms/common/types"; |
| 2 | |
| 3 | export interface RustGetStreamUrlPayload { |
| 4 | args: { |
| 5 | room_id_str: string; |
| 6 | }; |
| 7 | platform: Platform; |
| 8 | } |
| 9 | |
| 10 | export interface DanmakuMessage { |
| 11 | id?: string; |
nothing calls this directly
no outgoing calls
no test coverage detected