Swift
Getting Started
In this tutorial, you will be utilizing the iOS SDK, Vonage's client-side library for iOS devices, to build a real-time screensharing capability into your app.
Estimated completion time: 25 mins
Before you begin, ensure you have:
- A supported version of Xcode
- Vonage Video API credentials:
- Application ID (
kAppId) - Session ID (
kSessionId) - Token (
kToken)
- Application ID (
Note: To obtain your credentials, follow the Vonage Video Getting Started Guide.
Want to skip this tutorial? You can jump to the completed iOS Swift client code in the ScreenSharing folder of our Swift sample app repo on GitHub. The repo includes a README with documentation for running and exploring the code.
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