EdgeOnTrackCallback()

DESCRIPTION

Callback invoked when the remote peer has added a Track to the WebRTC connection

DECLARATION

public typealias EdgeOnTrackCallback = (_ track: EdgeMediaTrack, _ trackId: String?) -> ()

PARAMETERS

track:
[in] The newly added Track
trackId:
[in] The device repoted ID for this Track