Table of Contents

Class TrackEgressRequest

Namespace
LiveKit.Proto
Assembly
LiveKit.AspNetCore.ServerSdk.Abstractions.dll
public sealed class TrackEgressRequest : IMessage<TrackEgressRequest>, IEquatable<TrackEgressRequest>, IDeepCloneable<TrackEgressRequest>, IBufferMessage, IMessage
Inheritance
TrackEgressRequest
Implements
IDeepCloneable<TrackEgressRequest>
IBufferMessage
IMessage
Inherited Members

Constructors

TrackEgressRequest()

public TrackEgressRequest()

TrackEgressRequest(TrackEgressRequest)

public TrackEgressRequest(TrackEgressRequest other)

Parameters

other TrackEgressRequest

Fields

FileFieldNumber

Field number for the "file" field.

public const int FileFieldNumber = 3

Field Value

int

RoomNameFieldNumber

Field number for the "room_name" field.

public const int RoomNameFieldNumber = 1

Field Value

int

TrackIdFieldNumber

Field number for the "track_id" field.

public const int TrackIdFieldNumber = 2

Field Value

int

WebhooksFieldNumber

Field number for the "webhooks" field.

public const int WebhooksFieldNumber = 5

Field Value

int

WebsocketUrlFieldNumber

Field number for the "websocket_url" field.

public const int WebsocketUrlFieldNumber = 4

Field Value

int

Properties

Descriptor

public static MessageDescriptor Descriptor { get; }

Property Value

MessageDescriptor

File

public DirectFileOutput File { get; set; }

Property Value

DirectFileOutput

HasWebsocketUrl

Gets whether the "websocket_url" field is set

public bool HasWebsocketUrl { get; }

Property Value

bool

OutputCase

public TrackEgressRequest.OutputOneofCase OutputCase { get; }

Property Value

TrackEgressRequest.OutputOneofCase

Parser

public static MessageParser<TrackEgressRequest> Parser { get; }

Property Value

MessageParser<TrackEgressRequest>

RoomName

public string RoomName { get; set; }

Property Value

string

TrackId

public string TrackId { get; set; }

Property Value

string

Webhooks

public RepeatedField<WebhookConfig> Webhooks { get; }

Property Value

RepeatedField<WebhookConfig>

WebsocketUrl

public string WebsocketUrl { get; set; }

Property Value

string

Methods

CalculateSize()

Calculates the size of this message in Protocol Buffer wire format, in bytes.

public int CalculateSize()

Returns

int

The number of bytes required to write this message to a coded output stream.

ClearOutput()

public void ClearOutput()

ClearWebsocketUrl()

Clears the value of the oneof if it's currently set to "websocket_url"

public void ClearWebsocketUrl()

Clone()

Creates a deep clone of this object.

public TrackEgressRequest Clone()

Returns

TrackEgressRequest

A deep clone of this object.

Equals(TrackEgressRequest)

public bool Equals(TrackEgressRequest other)

Parameters

other TrackEgressRequest

Returns

bool

Equals(object)

public override bool Equals(object other)

Parameters

other object

Returns

bool

GetHashCode()

public override int GetHashCode()

Returns

int

MergeFrom(CodedInputStream)

Merges the data from the specified coded input stream with the current message.

public void MergeFrom(CodedInputStream input)

Parameters

input CodedInputStream

Remarks

See the user guide for precise merge semantics.

MergeFrom(TrackEgressRequest)

Merges the given message into this one.

public void MergeFrom(TrackEgressRequest other)

Parameters

other TrackEgressRequest

Remarks

See the user guide for precise merge semantics.

ToString()

public override string ToString()

Returns

string

WriteTo(CodedOutputStream)

Writes the data to the given coded output stream.

public void WriteTo(CodedOutputStream output)

Parameters

output CodedOutputStream

Coded output stream to write the data to. Must not be null.