Table of Contents

Interface IBuilderForOptional

Namespace
Vonage.Video.Broadcast.GetBroadcasts
Assembly
Vonage.dll
public interface IBuilderForOptional : IVonageRequestBuilder<GetBroadcastsRequest>
Inherited Members

Methods

WithCount(int)

Sets the maximum number of broadcasts to return. The default is 50 and the maximum is 1000.

IBuilderForOptional WithCount(int value)

Parameters

value int

Returns

IBuilderForOptional

Examples

.WithCount(100)

WithOffset(int)

Sets the index offset of the first broadcast to return. 0 (the default) is the most recently started broadcast.

IBuilderForOptional WithOffset(int value)

Parameters

value int

Returns

IBuilderForOptional

Examples

.WithOffset(10)

WithSessionId(string)

Sets a session ID filter to list broadcasts for a specific session.

IBuilderForOptional WithSessionId(string value)

Parameters

value string

Returns

IBuilderForOptional

Examples

.WithSessionId("flR1ZSBPY3QgMjkgMTI6MTM6MjMgUERUIDIwMTN")