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; /**