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

Add an option to start capture manually. #1642

Merged
merged 1 commit into from
Dec 15, 2024

Conversation

shogo4405
Copy link
Owner

@shogo4405 shogo4405 commented Dec 11, 2024

Description & motivation

Usage

let mixer = MediaMixer(
  multiCamSessionEnabled: true, 
  multiTrackAudioMixingEnabled: false,
  // Please set to true. default value is false.
  useManualCapture: true
)

mixer.attachAudio()
mixer.attachVideo()

// Must call startRunning()
mixer.startRunning()

Type of change

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

Screenshots:

@shogo4405 shogo4405 added this to the 2.0.2 milestone Dec 11, 2024
@shogo4405 shogo4405 force-pushed the feature/manual-capture-start branch from 8d47df9 to dce8db2 Compare December 11, 2024 15:31
@shogo4405 shogo4405 force-pushed the feature/manual-capture-start branch from dce8db2 to c8ba890 Compare December 15, 2024 07:13
@shogo4405 shogo4405 merged commit e22de14 into main Dec 15, 2024
2 checks passed
@shogo4405 shogo4405 deleted the feature/manual-capture-start branch December 15, 2024 07:17
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