This probably depends on #34, but it would be very convenient to bring this boilerplate code into the library:
mediaHint.remoteDisplay = myVideoElement;
mediaHint.localDisplay = myOtherVideoElement;
MediaHandler.setDescription(success, failure, mediaHint); // When available, attach streams to elements.