Swift

Configure the Vonage Session for Screen Sharing

In your session/video manager:

  1. Create a view to be able to see screensharing working real-time we'll use a simple timer

then assign it in View:

  1. Create an OTPublisher with videoType = .screen and audioFallbackEnabled = false.
  2. Assign the custom capturer before publishing:
  1. Publish the publisher – the screen share stream will be sent to the session.