MixedReality-WebRTC documentation (v2.0)
This is the MixedReality-WebRTC documentation for version 2.0, built from the the release/2.0
branch.
For the documentation corresponding to other branches/versions, use the drop-down selection at the top right of this page.
User Manual
- Getting started
- C# library
- Unity integration
- Advanced topics
API reference
- C# Library
- PeerConnection
- The PeerConnection object is the API entry point to establish a remote connection.
- Transceiver
- The transceiver is the "pipe" which transports some audio or video between the two peers.
- DataChannel
- Encapsulates a single data channel for transmitting raw blobs of bytes.
- PeerConnection
- Unity Library
- PeerConnection
- The PeerConnection component builds on the same-named library class to expose a remote peer connection.
- WebcamSource
- The WebcamSource component provides access to the local webcam for local rendering and remote streaming.
- MicrophoneSource
- The MicrophoneSource component provides access to the local microphone for audio streaming to the remote peer.
- PeerConnection