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
Properties
Count
Number of items in the response.
public readonly int Count { get; }
Property Value
Items
Stream layouts for requested session IDs.
public readonly GetStreamsResponse.Stream[] Items { get; }
Property Value
- Stream[]