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

Default constructor to the Settings-related struct. #1545

Merged
merged 1 commit into from
Aug 25, 2024

Conversation

shogo4405
Copy link
Owner

Description & motivation

  • Implemented it because it can be convenient when specifying everything at once in the constructor.
let videoMixerSettings = stream.videoMixerSettings

stream.videoMixerSettings = .init(
  mode: videoMixerSettings.mode,
  isMuted: videoMixerSettings.isMuted,
  mainTrack: 1
)

Type of change

  • New feature (non-breaking change which adds functionality)

Screenshots:

@shogo4405 shogo4405 added this to the 1.9.4 milestone Aug 25, 2024
@shogo4405 shogo4405 merged commit 9a691cf into release/1.9.x Aug 25, 2024
2 checks passed
@shogo4405 shogo4405 deleted the feature/constructor branch August 25, 2024 16:32
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.

1 participant