EdgeWebrtc.createVideoTrack()

DESCRIPTION

Create an EdgeVideoTrack that can be added to a peer connection.

DECLARATION

public static func createVideoTrack(trackId: String, source: RTCVideoSource) -> EdgeVideoTrack

PARAMETERS

trackId:
The id of the track
source:
RTCAudioSource object created with createVideoSource