EdgeWebrtc.createAudioTrack()

DESCRIPTION

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

DECLARATION

public static func createAudioTrack(trackId: String, source: RTCAudioSource) -> EdgeAudioTrack

PARAMETERS

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