Re: webRTC wickedstuff question

2016-05-26 Thread Dmitriy -
Hello Tobias, I have a question about webRTC api. The webRTC's standards doesn't specify any protocol for signalling purposes as I can see here - Why is signaling not defined by WebRTC . The wicket stuff

Re: webRTC wickedstuff question

2016-03-25 Thread Maxim Solodovnik
Thanks a lot for clarifications Tobias :) I hope we will finally move to WebRTC :) I will ask for help and/or will provide patches :) On Fri, Mar 25, 2016 at 2:59 AM, Tobias Soloschenko wrote: > Hi Dmitry, > > I used SimpleWebRTC (https://simplewebrtc.com) to implement

Re: webRTC wickedstuff question

2016-03-24 Thread Tobias Soloschenko
Hi Dmitry, I used SimpleWebRTC (https://simplewebrtc.com) to implement the video conference and there are also some events that are handling file transfers via data channel - have a look at https://simplewebrtc.com/filetransfer You have to check the version of SimpleWebRTC - there have been