We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c4f8ee commit eb271c5Copy full SHA for eb271c5
src/StreamVideoClient.ts
@@ -2,6 +2,8 @@ import { VideoApi } from './gen/video/VideoApi';
2
import { StreamCall } from './StreamCall';
3
import type { StreamClient } from './StreamClient';
4
import type { ApiConfig } from './types';
5
+// eslint-disable-next-line @typescript-eslint/prefer-ts-expect-error
6
+/** @ts-ignore Optional dependency */
7
import type {
8
createRealtimeClient,
9
RealtimeAPIModel,
0 commit comments