質問

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