Table of Contents

Struct GetStreamsResponse

Namespace
Vonage.Video.Sessions.GetStreams
Assembly
Vonage.dll

Represents a response for the GetStreamsRequest.

public struct GetStreamsResponse
Inherited Members

Constructors

GetStreamsResponse(int, Stream[])

Creates a response.

[JsonConstructor]
public GetStreamsResponse(int count, GetStreamsResponse.Stream[] items)

Parameters

count int

The number of elements.

items Stream[]

The streams.

Properties

Count

Number of items in the response.

public readonly int Count { get; }

Property Value

int

Items

Stream layouts for requested session IDs.

public readonly GetStreamsResponse.Stream[] Items { get; }

Property Value

Stream[]