문제

I am using vLine as WebRTC chat service. I would like to record the chat window and put it on server. How can I do that? Generally speaking ,is it possible on WebRTC?

I am using chrome v28.

thank you very much

도움이 되었습니까?

해결책

You could try recording it on the client side via something like RecordRTC.

Recording a MediaStream will be a standard feature available with the WebRTC APIs, but it has not yet been implemented: http://lists.w3.org/Archives/Public/public-media-capture/2013Jul/0049.html

We plan on adding support for recording to our API as well. Feel free to vote for it on our UserVoice page and add any comments on how you think it should work.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top