addTrack
Adds a new media stream track to be sent on this peer connection, and returns the newly created RtpSender. If streamIds are specified, the RtpSender will be associated with the streams specified in the streamIds list.
Throws
if an error accors in C++ addTrack. An error can occur if: - A sender already exists for the track. - The peer connection is closed.