Skip to main content
View screen shares from other participants during a call. The iOS SDK can receive and display screen shares initiated from web clients.
The iOS Calls SDK does not support initiating screen sharing. Screen sharing can only be started from web clients. iOS participants can view shared screens.

How It Works

When a web participant starts screen sharing:
  1. The SDK receives the screen share stream
  2. The call layout automatically adjusts to display the shared screen prominently
  3. iOS participants can view the shared content

Listen for Screen Share Events

Monitor when participants start or stop screen sharing:

Track Who Is Sharing

Participant carries no screen-share property, and the SDK exposes no getter for one. Track the current presenter yourself from the start/stop callbacks.
These callbacks fire only when a share starts or stops. A client that joins mid-call cannot discover a share that was already in progress before it joined.