Skip to content

Commit

Permalink
fix: missing speaker label in recording
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jan 16, 2024
1 parent dc6da27 commit 9252326
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ export class BeamSpeakerLabelsLogger<T extends HMSGenericTypes> {
const peerAudioLevels = [];
for (const peer of peers) {
// @ts-ignore
const sdkTrack = this.actions.hmsSDKTracks[peer.audioTrack];
const sdkTrack = this.actions.sdk.store.getTrackById(peer.audioTrack);
const nativeStream: MediaStream = sdkTrack?.stream?.nativeStream;
if (!peer.joinedAt) {
continue;
Expand Down

1 comment on commit 9252326

@vercel
Copy link

@vercel vercel bot commented on 9252326 Jan 16, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.