|
Webrtc Unity Plugin
v01
Cross-platform Webrtc support for Unity apps ☁🎲
|
This is based on https://github.com/bengreenier/node-dss and SHOULD NOT BE USED FOR PRODUCTION. More...
Public Attributes | |
| WebrtcPeerEvents | PeerEventsInstance |
| The peer event frontend instance that we will control More... | |
| Text | DeviceNameLabel |
| The text field in which we display the device name More... | |
| InputField | TargetIdField |
| The text input field in which we accept the target device name More... | |
| Button | CreateOfferButton |
| The button that generates an offer to a given target More... | |
| string | HttpServerAddress |
| The https://github.com/bengreenier/node-dss HTTP service address to connect to More... | |
| float | PollTimeMs = 5f |
| The interval (in ms) that the server is polled at More... | |
This is based on https://github.com/bengreenier/node-dss and SHOULD NOT BE USED FOR PRODUCTION.
This is a sample implementation of signalling behaviours.
| Button UnityWebrtc.WebrtcSignalControls.CreateOfferButton |
The button that generates an offer to a given target
| Text UnityWebrtc.WebrtcSignalControls.DeviceNameLabel |
The text field in which we display the device name
| string UnityWebrtc.WebrtcSignalControls.HttpServerAddress |
The https://github.com/bengreenier/node-dss HTTP service address to connect to
| WebrtcPeerEvents UnityWebrtc.WebrtcSignalControls.PeerEventsInstance |
The peer event frontend instance that we will control
| float UnityWebrtc.WebrtcSignalControls.PollTimeMs = 5f |
The interval (in ms) that the server is polled at
| InputField UnityWebrtc.WebrtcSignalControls.TargetIdField |
The text input field in which we accept the target device name