Skip to content

Commit

Permalink
Update publish-alpha (#3054)
Browse files Browse the repository at this point in the history
  • Loading branch information
KaustubhKumar05 authored Jul 1, 2024
2 parents 638b30a + 5ea0531 commit b14d1c8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1420,7 +1420,7 @@ export class HMSSDKActions<T extends HMSGenericTypes = { sessionStore: Record<st
audioInputDeviceId: audioTrack?.settings.deviceId || settings.audioInputDeviceId,
videoInputDeviceId: videoTrack?.settings.deviceId || settings.videoInputDeviceId,
audioOutputDeviceId: this.sdk.getAudioOutput().getDevice()?.deviceId,
audioMode: audioTrack.settings.audioMode || HMSAudioMode.VOICE,
audioMode: audioTrack?.settings.audioMode || HMSAudioMode.VOICE,
};
}

Expand Down

0 comments on commit b14d1c8

Please sign in to comment.