Table of Contents

Class WrappedJoinRequest

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

Constructors

WrappedJoinRequest()

public WrappedJoinRequest()

WrappedJoinRequest(WrappedJoinRequest)

public WrappedJoinRequest(WrappedJoinRequest other)

Parameters

other WrappedJoinRequest

Fields

CompressionFieldNumber

Field number for the "compression" field.

public const int CompressionFieldNumber = 1

Field Value

int

JoinRequestFieldNumber

Field number for the "join_request" field.

public const int JoinRequestFieldNumber = 2

Field Value

int

Properties

Compression

public WrappedJoinRequest.Types.Compression Compression { get; set; }

Property Value

WrappedJoinRequest.Types.Compression

Descriptor

public static MessageDescriptor Descriptor { get; }

Property Value

MessageDescriptor

JoinRequest

marshalled JoinRequest + potentially compressed

public ByteString JoinRequest { get; set; }

Property Value

ByteString

Parser

public static MessageParser<WrappedJoinRequest> Parser { get; }

Property Value

MessageParser<WrappedJoinRequest>

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.

Clone()

Creates a deep clone of this object.

public WrappedJoinRequest Clone()

Returns

WrappedJoinRequest

A deep clone of this object.

Equals(WrappedJoinRequest)

public bool Equals(WrappedJoinRequest other)

Parameters

other WrappedJoinRequest

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

Merges the given message into this one.

public void MergeFrom(WrappedJoinRequest other)

Parameters

other WrappedJoinRequest

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.