Protocols

Reference for all protocols in the StreamLayer iOS SDK, including SLROverlayDelegate and SLROverlayDataSource.

StreamLayer Protocols

The StreamLayer iOS SDK defines several protocols that your host app implements to communicate with the SDK. The most important is SLROverlayDelegate, which handles audio sessions, video playback, and user interactions.

You can find the full protocol reference in the iOS SDK API Documentation.


Related