Table of Contents

Class IceServer

Namespace
LiveKit.Proto
public sealed class IceServer : Google.Protobuf.IMessage<IceServer>, Google.Protobuf.IBufferMessage
Inheritance
IceServer
Implements
IBufferMessage
Extension Methods

Constructors

IceServer()

public IceServer()

IceServer(IceServer)

public IceServer(IceServer other)

Parameters

other IceServer

Fields

PasswordFieldNumber

Field number for the "password" field.

public const int PasswordFieldNumber = 3

Field Value

int

UrlsFieldNumber

Field number for the "urls" field.

public const int UrlsFieldNumber = 1

Field Value

int

UsernameFieldNumber

Field number for the "username" field.

public const int UsernameFieldNumber = 2

Field Value

int

Properties

Descriptor

public static Google.Protobuf.Reflection.MessageDescriptor Descriptor { get; }

Property Value

MessageDescriptor

HasPassword

Gets whether the "password" field is set

public bool HasPassword { get; }

Property Value

bool

HasUsername

Gets whether the "username" field is set

public bool HasUsername { get; }

Property Value

bool

Parser

public static Google.Protobuf.MessageParser<IceServer> Parser { get; }

Property Value

MessageParser<IceServer>

Password

public string Password { get; set; }

Property Value

string

Urls

public Google.Protobuf.Collections.RepeatedField<string> Urls { get; }

Property Value

RepeatedField<string>

Username

public string Username { get; set; }

Property Value

string

Methods

CalculateSize()

public int CalculateSize()

Returns

int

ClearPassword()

Clears the value of the "password" field

public void ClearPassword()

ClearUsername()

Clears the value of the "username" field

public void ClearUsername()

Clone()

public IceServer Clone()

Returns

IceServer

Equals(IceServer)

public bool Equals(IceServer other)

Parameters

other IceServer

Returns

bool

Equals(object)

public override bool Equals(object other)

Parameters

other object

Returns

bool

GetHashCode()

public override int GetHashCode()

Returns

int

MergeFrom(CodedInputStream)

public void MergeFrom(Google.Protobuf.CodedInputStream input)

Parameters

input CodedInputStream

MergeFrom(IceServer)

public void MergeFrom(IceServer other)

Parameters

other IceServer

ToString()

public override string ToString()

Returns

string

WriteTo(CodedOutputStream)

public void WriteTo(Google.Protobuf.CodedOutputStream output)

Parameters

output CodedOutputStream