Type alias ServerVideoMessage

ServerVideoMessage: {
    type: "video";
    video: {
        id: string;
        mime_type: string;
        sha256: string;
    };
}

Type declaration

  • type: "video"
  • video: {
        id: string;
        mime_type: string;
        sha256: string;
    }
    • id: string
    • mime_type: string
    • sha256: string

Generated using TypeDoc