Table of Contents

Struct GetBroadcastsResponse

Namespace
Vonage.Video.Broadcast.GetBroadcasts
Assembly
Vonage.dll

Represents a response from GetBroadcasts.

public struct GetBroadcastsResponse
Inherited Members

Properties

Count

The number of broadcasts in the the response.

public int Count { readonly get; set; }

Property Value

int

Items

The list of broadcasts.

public Broadcast[] Items { readonly get; set; }

Property Value

Broadcast[]