Struct MuteStreamRequest
- Namespace
- Vonage.Video.Moderation.MuteStream
- Assembly
- Vonage.dll
Represents a request to mute a stream.
[Builder(new string[] { })]
public readonly struct MuteStreamRequest : IVonageRequest, IHasApplicationId, IHasSessionId
- Implements
- Inherited Members
Properties
ApplicationId
The Vonage Application UUID.
[Mandatory(0)]
public Guid ApplicationId { get; }
Property Value
SessionId
The session Id.
[Mandatory(1)]
public string SessionId { get; }
Property Value
StreamId
Sets the stream ID of the publisher stream to mute.
[Mandatory(2)]
public string StreamId { get; }
Property Value
Examples
.WithStreamId("8b732909-0a06-46a2-8ea8-074e64d43422")
Methods
Build()
public static IBuilderForApplicationId Build()
Returns
BuildRequestMessage()
Converts the request to a HttpRequest.
public HttpRequestMessage BuildRequestMessage()
Returns
- HttpRequestMessage
The Http request.
GetEndpointPath()
public string GetEndpointPath()