# WebRTCInfo

> Struct

Inherited Members

* [Equals(object)](https://learn.microsoft.com/dotnet/api/system.valuetype.equals)

* [GetHashCode()](https://learn.microsoft.com/dotnet/api/system.valuetype.gethashcode)

* [ToString()](https://learn.microsoft.com/dotnet/api/system.valuetype.tostring)

* [Equals(object, object)](https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals\(system-object-system-object\))

* [GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype)

* [ReferenceEquals(object, object)](https://learn.microsoft.com/dotnet/api/system.object.referenceequals)

***

Namespace: UnityEngine.Pixyz.View

```csharp
[Serializable]
public struct WebRTCInfo
```

## Constructors

### WebRTCInfo(WebRTCInfo)

```csharp
public WebRTCInfo(WebRTCInfo o)
```

Parameters

| Type                            | Name | Description |
| ------------------------------- | ---- | ----------- |
| [WebRTCInfo](./view_webrtcinfo) | o    |             |

## Fields

### signalingUrl

```csharp
public string signalingUrl
```

Returns

| Type                                                           | Description |
| -------------------------------------------------------------- | ----------- |
| [string](https://learn.microsoft.com/dotnet/api/system.string) |             |

### stunServer

```csharp
public string stunServer
```

Returns

| Type                                                           | Description |
| -------------------------------------------------------------- | ----------- |
| [string](https://learn.microsoft.com/dotnet/api/system.string) |             |

### udpPortRangeBegin

```csharp
public ushort udpPortRangeBegin
```

Returns

| Type                                                           | Description |
| -------------------------------------------------------------- | ----------- |
| [ushort](https://learn.microsoft.com/dotnet/api/system.uint16) |             |

### udpPortRangeEnd

```csharp
public ushort udpPortRangeEnd
```

Returns

| Type                                                           | Description |
| -------------------------------------------------------------- | ----------- |
| [ushort](https://learn.microsoft.com/dotnet/api/system.uint16) |             |
