I am trying to find a way to transmit a user's video+audio stream(captured by client side webrtc and streamed to a html5 video element)to another client in the context.Is there a way to accomplish this like getting the bob's stream(request.getInputStream)and write that bytes to alice's response output stream and vice versa so that bidirectional streaming is possible?