dl4mmers
dl4mmers
I've upgraded my project with MR-WebRTC testwise from Unity 2019.4.X / Legacy XR to Unity 2020.3.X / OpenXR / MRTK 2.7.3 and it works for ARM (tested Release / Master)...
I would also like to share my interest in UWP support (for HoloLens) in the future since [Mixed Reality WebRTC](https://github.com/microsoft/MixedReality-WebRTC) isn't devolped anymore and it doesn't support ARM64.
> @shrhoads > > > I think this project may still be useful if the H264 encoding issue can be fixed. It would be nice to be able to provide...
Hey @hthetiot, I continued testing PR #748 with my application and I noticed that, while H264 works fine, some WebRTC API's do not work like with [email protected]. I then tested...
@hthetiot Yeah I'm using webrtc-adapter, but I've looked through the swift code of RTCPeerConnection (https://github.com/cordova-rtc/cordova-plugin-iosrtc/blob/master/src/PluginRTCPeerConnection.swift#L324) and saw the check `IsUnifiedPlan()` and then noticed that I'm still using `plan-b` on iOS....
> In any case I'm going to release it as soon as possible. Hey @hthetiot, any news on releasing 10.x with WebRTC M100 or M102?