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
908 stars 282 forks source link

Unity local video tutorial is outdated #572

Open fibann opened 3 years ago

fibann commented 3 years ago

https://microsoft.github.io/MixedReality-WebRTC/manual/unity/helloworld-unity-localvideo.html still refers to the Source property of VideoRenderer, which has since been replaced by events subscription.

TheWiselyBearded commented 3 years ago

Is there a workaround for this that leverages the events subscription interface?

fibann commented 3 years ago

See https://microsoft.github.io/MixedReality-WebRTC/manual/unity/unity-mediaplayer.html for the correct way to use the VideoRenderer.

ylsislove commented 3 years ago

Thanks very much!