Swift
Configure the Vonage Session for Screen Sharing
In your session/video manager:
- Create a view to be able to see screensharing working real-time we'll use a simple timer
then assign it in View:
- Create an
OTPublisherwithvideoType = .screenandaudioFallbackEnabled = false. - Assign the custom capturer before publishing:
- Publish the publisher – the screen share stream will be sent to the session.
Screen sharing
Learn how to implement tha screensharing capability using the Vonage Video API platform.
Available on:
Steps
1
Introduction2
Getting Started3
Creating a New Project4
Adding the Vonage Video SDK5
Setting Up Authentication6
Create the Screen Capturer7
Expose the Root View for FullScreen Capture8
Expose the Root View for FullScreen Capture9
Summary10
Conclusion