refactor: update README and document schema for improved clarity and functionality

- Revised README.md to provide a clearer project overview, installation instructions, and service descriptions, enhancing onboarding for new developers.
- Removed unnecessary comments in document.schema.ts to streamline the code and improve readability.
- Updated the LiveKit service descriptions in the README to reflect the integration of new functionalities and services.
This commit is contained in:
2024-12-02 22:52:41 +07:00
parent c94f47f28c
commit 7021aa7f20
2 changed files with 71 additions and 59 deletions

View File

@@ -400,7 +400,6 @@ export class DocumentSchema extends PothosSchema {
const random = Math.random()
// 0.5% chance to request sync
if (random <= 0.005) {
// set requestSync to true
payload.requestSync = true
return payload
}