Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
KaustubhKumar05 committed Jul 8, 2024
1 parent 36339f3 commit 3e504fe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ export class DeviceManager implements HMSDeviceManager {
if (defaultDevice) {
// Selecting a non-default device so that the deviceId comparision does not give
// false positives when device is removed, because the other available device
// get's the deviceId as default once this device is removed
// gets the deviceId as default once this device is removed
const nextDevice = this.audioInput.find(device => {
return device.deviceId !== 'default' && defaultDevice.label.includes(device.label);
});
Expand Down

0 comments on commit 3e504fe

Please sign in to comment.