@d-id/client-sdk 1.1.31-staging.143 → 1.1.31-staging.145
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -6,7 +6,7 @@ export declare enum DataChannelTopic {
|
|
|
6
6
|
Speak = "did.speak",
|
|
7
7
|
Interrupt = "did.interrupt"
|
|
8
8
|
}
|
|
9
|
-
export declare function handleInitError(error: unknown, log: (message?: any, ...optionalParams: any[]) => void, callbacks: StreamingManagerOptions['callbacks']
|
|
9
|
+
export declare function handleInitError(error: unknown, log: (message?: any, ...optionalParams: any[]) => void, callbacks: StreamingManagerOptions['callbacks']): void;
|
|
10
10
|
export declare function createLiveKitStreamingManager<T extends CreateSessionV2Options>(agentId: string, sessionOptions: CreateSessionV2Options, options: StreamingManagerOptions): Promise<StreamingManager<T> & {
|
|
11
11
|
reconnect(): Promise<void>;
|
|
12
12
|
}>;
|