Skip to content

Commit

Permalink
Fix switch camera method description
Browse files Browse the repository at this point in the history
  • Loading branch information
fgarciachipi committed Apr 3, 2024
1 parent e65a62e commit c321b2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dist/types/preview.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,8 @@ export interface LocalVideoTrack {
*/
stop(): Promise<void | Error>;
/**
* 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<void | Error>;
/**
Expand Down

0 comments on commit c321b2e

Please sign in to comment.