From c321b2e460b8e2aa2b7e3463bfa43ed2d4f86399 Mon Sep 17 00:00:00 2001 From: Fidel Garcia Date: Wed, 3 Apr 2024 10:55:35 -0600 Subject: [PATCH] Fix switch camera method description --- dist/types/preview.d.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dist/types/preview.d.ts b/dist/types/preview.d.ts index f247e48..d467bd6 100644 --- a/dist/types/preview.d.ts +++ b/dist/types/preview.d.ts @@ -117,8 +117,8 @@ export interface LocalVideoTrack { */ stop(): Promise; /** - * Switch microphone. - * @param deviceId The ID of the microphone to switch to. + * Switch camera. + * @param deviceId The ID of the camera to switch to. */ switchCamera(deviceId: string): Promise; /**