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
valueint
Returns
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
valueint
Returns
Examples
.WithOffset(10)
WithSessionId(string)
Sets a session ID filter to list broadcasts for a specific session.
IBuilderForOptional WithSessionId(string value)
Parameters
valuestring
Returns
Examples
.WithSessionId("flR1ZSBPY3QgMjkgMTI6MTM6MjMgUERUIDIwMTN")