microsoft / MixedReality-WebRTC

MixedReality-WebRTC is a collection of components to help mixed reality app developers integrate audio and video real-time communication into their application and improve their collaborative experience
https://microsoft.github.io/MixedReality-WebRTC/
MIT License
913 stars 283 forks source link

Can it be used in web projects other than game or hololens? #294

Open bakamaru opened 4 years ago

bakamaru commented 4 years ago

I was just wondering ,it can be used in web project (voice chat/video chat ) app as well?

djee-ms commented 4 years ago

HI @bakamaru,

This project uses the Google implementation of WebRTC which follows the WebRTC 1.0 standard, and therefore should be compatible with all other WebRTC implementations following that same standard.