Skip to content

Conversation

@shogo4405
Copy link
Collaborator

@shogo4405 shogo4405 commented Jan 13, 2026

Description & motivation

Added support for iOS Multitasking Camera Access.
https://developer.apple.com/documentation/avfoundation/avcapturesession/ismultitaskingcameraaccesssupported

This feature can be used under the following conditions

  1. The app is running in Picture in Picture (PiP) mode.
  2. The conditions described in the following documentation are met:
    https://developer.apple.com/documentation/avfoundation/avcapturesession/ismultitaskingcameraaccesssupported#discussion
await mixer.configuration { session in
  if session.isMultitaskingCameraAccessSupported {
    session.isMultitaskingCameraAccessEnabled = true
  }
}
スクリーンショット 2026-01-14 0 52 32

Type of change

  • Bug fix (non-breaking change which fixes an issue)

Screenshots:

@shogo4405 shogo4405 added this to the 2.2.5 milestone Jan 13, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants