Table of Contents

Class PublishSipDtmfRequest

Namespace
LiveKit.Proto

Publish Sip DTMF messages to other participants

public sealed class PublishSipDtmfRequest : Google.Protobuf.IMessage<PublishSipDtmfRequest>, Google.Protobuf.IBufferMessage
Inheritance
PublishSipDtmfRequest
Implements
IBufferMessage
Extension Methods

Constructors

PublishSipDtmfRequest()

public PublishSipDtmfRequest()

PublishSipDtmfRequest(PublishSipDtmfRequest)

public PublishSipDtmfRequest(PublishSipDtmfRequest other)

Parameters

other PublishSipDtmfRequest

Fields

CodeFieldNumber

Field number for the "code" field.

public const int CodeFieldNumber = 2

Field Value

int

DestinationIdentitiesFieldNumber

Field number for the "destination_identities" field.

public const int DestinationIdentitiesFieldNumber = 4

Field Value

int

DigitFieldNumber

Field number for the "digit" field.

public const int DigitFieldNumber = 3

Field Value

int

LocalParticipantHandleFieldNumber

Field number for the "local_participant_handle" field.

public const int LocalParticipantHandleFieldNumber = 1

Field Value

int

RequestAsyncIdFieldNumber

Field number for the "request_async_id" field.

public const int RequestAsyncIdFieldNumber = 5

Field Value

int

Properties

Code

public uint Code { get; set; }

Property Value

uint

Descriptor

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

Property Value

MessageDescriptor

DestinationIdentities

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

Property Value

RepeatedField<string>

Digit

public string Digit { get; set; }

Property Value

string

HasCode

Gets whether the "code" field is set

public bool HasCode { get; }

Property Value

bool

HasDigit

Gets whether the "digit" field is set

public bool HasDigit { get; }

Property Value

bool

HasLocalParticipantHandle

Gets whether the "local_participant_handle" field is set

public bool HasLocalParticipantHandle { get; }

Property Value

bool

HasRequestAsyncId

Gets whether the "request_async_id" field is set

public bool HasRequestAsyncId { get; }

Property Value

bool

LocalParticipantHandle

public ulong LocalParticipantHandle { get; set; }

Property Value

ulong

Parser

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

Property Value

MessageParser<PublishSipDtmfRequest>

RequestAsyncId

public ulong RequestAsyncId { get; set; }

Property Value

ulong

Methods

CalculateSize()

public int CalculateSize()

Returns

int

ClearCode()

Clears the value of the "code" field

public void ClearCode()

ClearDigit()

Clears the value of the "digit" field

public void ClearDigit()

ClearLocalParticipantHandle()

Clears the value of the "local_participant_handle" field

public void ClearLocalParticipantHandle()

ClearRequestAsyncId()

Clears the value of the "request_async_id" field

public void ClearRequestAsyncId()

Clone()

public PublishSipDtmfRequest Clone()

Returns

PublishSipDtmfRequest

Equals(PublishSipDtmfRequest)

public bool Equals(PublishSipDtmfRequest other)

Parameters

other PublishSipDtmfRequest

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

public void MergeFrom(PublishSipDtmfRequest other)

Parameters

other PublishSipDtmfRequest

ToString()

public override string ToString()

Returns

string

WriteTo(CodedOutputStream)

public void WriteTo(Google.Protobuf.CodedOutputStream output)

Parameters

output CodedOutputStream