Skip to content

Conversation

Brazol
Copy link

@Brazol Brazol commented Dec 16, 2024

No description provided.

Copy link

@ipavlidakis ipavlidakis left a comment

Choose a reason for hiding this comment

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

LGTM, i just added a few comments for clarifications and improvement.

if ([originalTrack.kind isEqualToString:@"audio"]) {
RTCVideoTrack *originalAudioTrack = (RTCAudioTrack *)originalTrack;

RTCAudioTrack* audioTrack = [self.peerConnectionFactory audioTrackWithTrackId:trackId];

Choose a reason for hiding this comment

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

What about the audioSource? On native side, we fetch an audioSource that we use to initialise the audioTrack (similar to how video tracks are being init)?

@Brazol Brazol merged commit 5b30d2f into main Dec 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants