Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(JPC) skip processing remote audio sources when startSilent #2619

Merged
merged 1 commit into from
Jan 21, 2025

Conversation

saghul
Copy link
Member

@saghul saghul commented Jan 21, 2025

Avoids having any actual remote audio tracks, which can mess with the mobile audio session.

Avoids having any actual remote audio tracks, which can mess with the
mobile audio session.
@saghul saghul requested a review from jallamsetty1 January 21, 2025 16:12
@saghul saghul marked this pull request as ready for review January 21, 2025 17:49
@saghul saghul merged commit 22daa35 into jitsi:master Jan 21, 2025
2 checks passed

if (mediaType === MediaType.AUDIO && this.options.startSilent) {

return;
Copy link
Member

Choose a reason for hiding this comment

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

is the session going to eventually catch up with the skipped sources? or does startSilent mean no audio for the entire session?

Copy link
Member Author

Choose a reason for hiding this comment

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

The latter. A full session restart is necessary for getting the missing sources.

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.

3 participants