Table of Contents

Class StartBroadcastRequest.BroadcastOutput.Stream

Namespace
Vonage.Video.Broadcast.StartBroadcast
Assembly
Vonage.dll

Represents a stream to broadcast.

public record StartBroadcastRequest.BroadcastOutput.Stream : IEquatable<StartBroadcastRequest.BroadcastOutput.Stream>
Inheritance
StartBroadcastRequest.BroadcastOutput.Stream
Implements
Inherited Members

Constructors

Stream(Guid, string, string)

Represents a stream to broadcast.

public Stream(Guid Id, string ServerUrl, string StreamName)

Parameters

Id Guid

The unique ID for the stream.

ServerUrl string

The RTMP server url.

StreamName string

The stream name.

Properties

Id

The unique ID for the stream.

public Guid Id { get; init; }

Property Value

Guid

ServerUrl

The RTMP server url.

public string ServerUrl { get; init; }

Property Value

string

StreamName

The stream name.

public string StreamName { get; init; }

Property Value

string