Webrtc Unity Plugin  v01
Cross-platform Webrtc support for Unity apps ☁🎲
UnityWebrtc.WebrtcSignalControls Class Reference

This is based on https://github.com/bengreenier/node-dss and SHOULD NOT BE USED FOR PRODUCTION. More...

Inheritance diagram for UnityWebrtc.WebrtcSignalControls:

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...
 

Detailed Description

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.

Member Data Documentation

◆ CreateOfferButton

Button UnityWebrtc.WebrtcSignalControls.CreateOfferButton

The button that generates an offer to a given target

◆ DeviceNameLabel

Text UnityWebrtc.WebrtcSignalControls.DeviceNameLabel

The text field in which we display the device name

◆ HttpServerAddress

string UnityWebrtc.WebrtcSignalControls.HttpServerAddress

The https://github.com/bengreenier/node-dss HTTP service address to connect to

◆ PeerEventsInstance

WebrtcPeerEvents UnityWebrtc.WebrtcSignalControls.PeerEventsInstance

The peer event frontend instance that we will control

◆ PollTimeMs

float UnityWebrtc.WebrtcSignalControls.PollTimeMs = 5f

The interval (in ms) that the server is polled at

◆ TargetIdField

InputField UnityWebrtc.WebrtcSignalControls.TargetIdField

The text input field in which we accept the target device name


The documentation for this class was generated from the following file: