EdgePeerConnection.addTrack()
DESCRIPTION
Add a track to this connection.
DECLARATION
func addTrack(_ track: EdgeMediaTrack, streamIds: [String]) throws
PARAMETERS
track:
- The track to be added.
streamIds:
- List of stream ids that this track will be added to.