Struct ListConnectionsRequest
- Namespace
- Vonage.Video.Sessions.ListConnections
- Assembly
- Vonage.dll
Represents a request to list connections of a session.
[Builder(new string[] { })]
public readonly struct ListConnectionsRequest : IVonageRequest
- Implements
- Inherited Members
Properties
ApplicationId
Sets the Vonage Application UUID.
[Mandatory(0)]
public Guid ApplicationId { get; }
Property Value
Examples
.WithApplicationId(applicationId)
SessionId
Sets the Vonage Video session ID.
[Mandatory(1)]
public string SessionId { get; }
Property Value
Examples
.WithSessionId("flR1ZSBPY3QgMjkgMTI6MTM6MjMgUERUIDIwMTN")
Methods
Build()
public static IBuilderForApplicationId Build()
Returns
BuildRequestMessage()
Converts the request to a HttpRequest.
public HttpRequestMessage BuildRequestMessage()
Returns
- HttpRequestMessage
The Http request.