Screen sharing issue on iOS 26

Hello team, could someone help investigate this issue?
We are facing the following error during screen sharing on iOS 26:
Recording interrupted by another application
This happens when the user is already in an active video call with an AI avatar and then starts screen sharing.
Environment details: (FLutter)

  • livekit_client: 2.6.1

  • Platform: iOS 26

The issue is still reproducible consistently during active video calls with screen sharing.
I have attached the screenshot for reference.
Any guidance or known fix would be appreciated. Thanks!

@Manish_Kumar, The error string format matches an iOS ReplayKit error from RPRecordingErrorDomain, which the Swift SDK references for broadcast-error surfacing livekit/client-sdk-swift/…/LKSampleHandler.swift. LiveKit’s source doesn’t generate the specific message; it comes from iOS itself when something interrupts the active broadcast.

I searched livekit/client-sdk-flutter, livekit/client-sdk-swift, and flutter-webrtc for “Recording interrupted”; no existing issues match.