Table of Contents

Class UpdateIngressRequest

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

Constructors

UpdateIngressRequest()

public UpdateIngressRequest()

UpdateIngressRequest(UpdateIngressRequest)

public UpdateIngressRequest(UpdateIngressRequest other)

Parameters

other UpdateIngressRequest

Fields

AudioFieldNumber

Field number for the "audio" field.

public const int AudioFieldNumber = 6

Field Value

int

BypassTranscodingFieldNumber

Field number for the "bypass_transcoding" field.

public const int BypassTranscodingFieldNumber = 8

Field Value

int

EnableTranscodingFieldNumber

Field number for the "enable_transcoding" field.

public const int EnableTranscodingFieldNumber = 10

Field Value

int

EnabledFieldNumber

Field number for the "enabled" field.

public const int EnabledFieldNumber = 11

Field Value

int

IngressIdFieldNumber

Field number for the "ingress_id" field.

public const int IngressIdFieldNumber = 1

Field Value

int

NameFieldNumber

Field number for the "name" field.

public const int NameFieldNumber = 2

Field Value

int

ParticipantIdentityFieldNumber

Field number for the "participant_identity" field.

public const int ParticipantIdentityFieldNumber = 4

Field Value

int

ParticipantMetadataFieldNumber

Field number for the "participant_metadata" field.

public const int ParticipantMetadataFieldNumber = 9

Field Value

int

ParticipantNameFieldNumber

Field number for the "participant_name" field.

public const int ParticipantNameFieldNumber = 5

Field Value

int

RoomNameFieldNumber

Field number for the "room_name" field.

public const int RoomNameFieldNumber = 3

Field Value

int

VideoFieldNumber

Field number for the "video" field.

public const int VideoFieldNumber = 7

Field Value

int

Properties

Audio

public IngressAudioOptions Audio { get; set; }

Property Value

IngressAudioOptions

BypassTranscoding

[Obsolete]
public bool BypassTranscoding { get; set; }

Property Value

bool

Descriptor

public static MessageDescriptor Descriptor { get; }

Property Value

MessageDescriptor

EnableTranscoding

public bool EnableTranscoding { get; set; }

Property Value

bool

Enabled

The default value is true and when set to false, the new connection attempts will be rejected

public bool Enabled { get; set; }

Property Value

bool

HasBypassTranscoding

Gets whether the "bypass_transcoding" field is set

[Obsolete]
public bool HasBypassTranscoding { get; }

Property Value

bool

HasEnableTranscoding

Gets whether the "enable_transcoding" field is set

public bool HasEnableTranscoding { get; }

Property Value

bool

HasEnabled

Gets whether the "enabled" field is set

public bool HasEnabled { get; }

Property Value

bool

IngressId

public string IngressId { get; set; }

Property Value

string

Name

public string Name { get; set; }

Property Value

string

Parser

public static MessageParser<UpdateIngressRequest> Parser { get; }

Property Value

MessageParser<UpdateIngressRequest>

ParticipantIdentity

public string ParticipantIdentity { get; set; }

Property Value

string

ParticipantMetadata

public string ParticipantMetadata { get; set; }

Property Value

string

ParticipantName

public string ParticipantName { get; set; }

Property Value

string

RoomName

public string RoomName { get; set; }

Property Value

string

Video

public IngressVideoOptions Video { get; set; }

Property Value

IngressVideoOptions

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.

ClearBypassTranscoding()

Clears the value of the "bypass_transcoding" field

[Obsolete]
public void ClearBypassTranscoding()

ClearEnableTranscoding()

Clears the value of the "enable_transcoding" field

public void ClearEnableTranscoding()

ClearEnabled()

Clears the value of the "enabled" field

public void ClearEnabled()

Clone()

Creates a deep clone of this object.

public UpdateIngressRequest Clone()

Returns

UpdateIngressRequest

A deep clone of this object.

Equals(UpdateIngressRequest)

public bool Equals(UpdateIngressRequest other)

Parameters

other UpdateIngressRequest

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(UpdateIngressRequest)

Merges the given message into this one.

public void MergeFrom(UpdateIngressRequest other)

Parameters

other UpdateIngressRequest

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.