EdgeWebrtc.createVideoSource()

DESCRIPTION

Create an RTCVideoSource object that can be used to create an EdgeVideoTrack with createVideoTrack

DECLARATION

public static func createVideoSource(isScreenCast: Bool) -> RTCVideoSource

PARAMETERS

isScreenCast:
Sets whether the video source is a screencast or not.