ReplayKitSource

@objcMembers
public class ReplayKitSource : VideoSource

ReplayKitSource repackages CMSampleBuffer objects from ReplayKit into SDK usable VideoFrame objects. It currently supports resending video frames to maintain a minimum frame rate.

It does not directly contain any system library calls that actually captures the screen. Builders can use InAppScreenCaptureSourceto share screen from only their application. For device level screen broadcast, take a look at the SampleHandler in AmazonChimeSDKDemoBroadcast.