webrtc-mrvc-sample icon indicating copy to clipboard operation
webrtc-mrvc-sample copied to clipboard

WebRTC Mixed Remote View Compositor

Results 3 webrtc-mrvc-sample issues
Sort by recently updated
recently updated
newest added

I'm able to build the solution, but I got lots of warning like the below example, for many methods which should belong to the module "mono-urho": MCG0004: The method 'SDL_SendAppEvent'...

The only way to initialize the peer connection is using voice command from HoloLens. If we try clicking on the `Call` button from the desktop client, the app will crash.

bug

Currently, only VP8 is supported. To make it work for H264: * Update camera transform RTP header extensions * Add video decoder for H264 and synchronize frames.

enhancement