Skip to content

Commit

Permalink
fix: add test log
Browse files Browse the repository at this point in the history
  • Loading branch information
raviteja83 committed Mar 27, 2024
1 parent 6426b0e commit 322387d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -320,6 +320,7 @@ export class AudioSinkManager {
},
true,
);
HMSLogger.d(this.TAG, 'applied device id', localAudioTrack.getMediaTrackSettings().deviceId);
this.eventBus.deviceChange.publish({
devices: this.deviceManager.getDevices(),
selection: this.deviceManager.getCurrentSelection().audioInput,
Expand Down

0 comments on commit 322387d

Please sign in to comment.