docs: fix links

This commit is contained in:
Krzysztof Moch
2025-10-26 12:28:43 +01:00
parent ff8ef0f3dd
commit 09e2c97ed7
+1 -1
View File
@@ -65,7 +65,7 @@ The `VideoPlayer` class, through `VideoPlayerEvents`, supports the following eve
Additionally, the `VideoPlayer` instance itself has an `onError` property: Additionally, the `VideoPlayer` instance itself has an `onError` property:
- `onError: (error: ` [VideoRuntimeError](../api-reference/classes/VideoRuntimeError.md) `) => void` — Fired when an error occurs. The callback receives the `VideoRuntimeError` object. - `onError: (error: ` [VideoRuntimeError](../api-reference/interfaces/VideoRuntimeError.md) `) => void` — Fired when an error occurs. The callback receives the `VideoRuntimeError` object.
**Benefits of `useEvent`**: **Benefits of `useEvent`**: