Skip to content

Commit

Permalink
fix: duplicate error code
Browse files Browse the repository at this point in the history
  • Loading branch information
KaustubhKumar05 committed Oct 4, 2023
1 parent beafd70 commit 031f72d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/hms-video-web/src/error/ErrorCodes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export const ErrorCodes = {
DEVICE_IN_USE: 3003,

// Lost access to capture device midway - {device_type}
DEVICE_LOST_MIDWAY: 3008,
DEVICE_LOST_MIDWAY: 3004,

// There is no media to return. Please select either video or audio or both.
NOTHING_TO_RETURN: 3005,
Expand Down

0 comments on commit 031f72d

Please sign in to comment.