Skip to content

Commit

Permalink
fix: log bluetooth device
Browse files Browse the repository at this point in the history
  • Loading branch information
raviteja83 committed Mar 27, 2024
1 parent 957df3d commit a8b3e28
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ export class AudioSinkManager {
const localAudioTrack = this.store.getLocalPeer()?.audioTrack;
if (localAudioTrack && earpiece) {
const externalDeviceID = bluetoothDevice?.deviceId || wired?.deviceId || speakerPhone?.deviceId;
HMSLogger.d(this.TAG, 'externalDeviceID', externalDeviceID);
HMSLogger.d(this.TAG, 'externalDeviceID', externalDeviceID, bluetoothDevice);
// already selected appropriate device
if (localAudioTrack.settings.deviceId === externalDeviceID) {
return;
Expand Down

0 comments on commit a8b3e28

Please sign in to comment.