I am just concerned with audio, and I'd like to send two audio streams to be synced on the receiver's side.
Now, for audio and video, the local stream can be obtained via
getUserMedia({'audio':true, 'video':constraints}, onUserMediaSuccess,
onUserMediaError);
Assuming I have two microphones, how do I get access to the two audio streams, and further, synchronize them at the receiver?