eb685b42ca
The remote-support Share/Connect tabs use P2P WebRTC (screen + voice + chat) that WKWebView can't capture, so "Share Screen" never worked on iPhone. Rather than rebuild the whole P2P session on LiveKit, route iOS "Share Screen" to a screen-share MEETING (chosen with the user): tapping Share Screen on iOS starts an instant meeting, auto-starts the native ReplayKit screen share (the path just verified on device), and toasts the join code. A helper joins by code (Meeting) to watch — and gets voice + chat for free. Viewing already works in the webview, so only the SHARE side is rerouted; desktop keeps the full P2P remote-support flow, and iOS Safari (no app) is unchanged. Web-only, no new build (reuses the shipped startMeetingScreenShare native method). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>