P2PSP / Virtual-Room

A virtual room where friends share videos among them in real time directly over the web browser, with synchronized playback and a video chat at the same time.
GNU General Public License v3.0
34 stars 25 forks source link

checking codec and minor fix in video conference #19

Closed jainamritanshu closed 7 years ago

jainamritanshu commented 7 years ago

I have implemented a check for codecs which are not supported in reference to #15. There is also a minor fix for video conference, the DTLS error for sdp has now shifted from receiver to sender's end.

jainamritanshu commented 7 years ago

Also added complete DBS implementation

cristobalmedinalopez commented 7 years ago

It works properly now. Thanks!