Contents

supportsSimultaneousSessions

Indicates whether the extension supports handling simultaneous media sessions via MediaOutputSession.

Declaration

@MainActor var supportsSimultaneousSessions: Bool { get }

Discussion

When true, the extension can receive multiple active MediaOutputSession instances at once. When false, only one session is active at a time.