Struct RTCOfferOptions
Namespace: Unity.WebRTC
Syntax
public struct RTCOfferOptions
Fields
iceRestart
Declaration
public bool iceRestart
Field Value
| Type | Description |
|---|---|
| System.Boolean |
offerToReceiveAudio
Declaration
public bool offerToReceiveAudio
Field Value
| Type | Description |
|---|---|
| System.Boolean |
offerToReceiveVideo
Declaration
public bool offerToReceiveVideo
Field Value
| Type | Description |
|---|---|
| System.Boolean |