|
Webrtc Unity Plugin
v01
Cross-platform Webrtc support for Unity apps ☁🎲
|
Provides video frame hooks for Webrtc More...
Public Member Functions | |
| void | OnInitialized () |
| Initialization handler More... | |
Public Attributes | |
| WebRtcVideoPlayer | LocalPlayer |
| Instance of a local video player which will have frame data written to it More... | |
| WebRtcVideoPlayer | RemotePlayer |
| Instance of a remote video player which will have frame data written to it More... | |
Provides video frame hooks for Webrtc
| void UnityWebrtc.WebrtcPeerVideo.OnInitialized | ( | ) |
Initialization handler
TODO(bengreenier): This could be auto-bound with editor script
This is expected to be bound to Webrtc.OnInitialized via the UnityEditor
| WebRtcVideoPlayer UnityWebrtc.WebrtcPeerVideo.LocalPlayer |
Instance of a local video player which will have frame data written to it
| WebRtcVideoPlayer UnityWebrtc.WebrtcPeerVideo.RemotePlayer |
Instance of a remote video player which will have frame data written to it