Table of Contents

Class RpcMethodInvocationEvent

Namespace
LiveKit.Proto

FFI Events

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

Constructors

RpcMethodInvocationEvent()

public RpcMethodInvocationEvent()

RpcMethodInvocationEvent(RpcMethodInvocationEvent)

public RpcMethodInvocationEvent(RpcMethodInvocationEvent other)

Parameters

other RpcMethodInvocationEvent

Fields

CallerIdentityFieldNumber

Field number for the "caller_identity" field.

public const int CallerIdentityFieldNumber = 5

Field Value

int

InvocationIdFieldNumber

Field number for the "invocation_id" field.

public const int InvocationIdFieldNumber = 2

Field Value

int

LocalParticipantHandleFieldNumber

Field number for the "local_participant_handle" field.

public const int LocalParticipantHandleFieldNumber = 1

Field Value

int

MethodFieldNumber

Field number for the "method" field.

public const int MethodFieldNumber = 3

Field Value

int

PayloadFieldNumber

Field number for the "payload" field.

public const int PayloadFieldNumber = 6

Field Value

int

RequestIdFieldNumber

Field number for the "request_id" field.

public const int RequestIdFieldNumber = 4

Field Value

int

ResponseTimeoutMsFieldNumber

Field number for the "response_timeout_ms" field.

public const int ResponseTimeoutMsFieldNumber = 7

Field Value

int

Properties

CallerIdentity

public string CallerIdentity { get; set; }

Property Value

string

Descriptor

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

Property Value

MessageDescriptor

HasCallerIdentity

Gets whether the "caller_identity" field is set

public bool HasCallerIdentity { get; }

Property Value

bool

HasInvocationId

Gets whether the "invocation_id" field is set

public bool HasInvocationId { get; }

Property Value

bool

HasLocalParticipantHandle

Gets whether the "local_participant_handle" field is set

public bool HasLocalParticipantHandle { get; }

Property Value

bool

HasMethod

Gets whether the "method" field is set

public bool HasMethod { get; }

Property Value

bool

HasPayload

Gets whether the "payload" field is set

public bool HasPayload { get; }

Property Value

bool

HasRequestId

Gets whether the "request_id" field is set

public bool HasRequestId { get; }

Property Value

bool

HasResponseTimeoutMs

Gets whether the "response_timeout_ms" field is set

public bool HasResponseTimeoutMs { get; }

Property Value

bool

InvocationId

public ulong InvocationId { get; set; }

Property Value

ulong

LocalParticipantHandle

public ulong LocalParticipantHandle { get; set; }

Property Value

ulong

Method

public string Method { get; set; }

Property Value

string

Parser

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

Property Value

MessageParser<RpcMethodInvocationEvent>

Payload

public string Payload { get; set; }

Property Value

string

RequestId

public string RequestId { get; set; }

Property Value

string

ResponseTimeoutMs

public uint ResponseTimeoutMs { get; set; }

Property Value

uint

Methods

CalculateSize()

public int CalculateSize()

Returns

int

ClearCallerIdentity()

Clears the value of the "caller_identity" field

public void ClearCallerIdentity()

ClearInvocationId()

Clears the value of the "invocation_id" field

public void ClearInvocationId()

ClearLocalParticipantHandle()

Clears the value of the "local_participant_handle" field

public void ClearLocalParticipantHandle()

ClearMethod()

Clears the value of the "method" field

public void ClearMethod()

ClearPayload()

Clears the value of the "payload" field

public void ClearPayload()

ClearRequestId()

Clears the value of the "request_id" field

public void ClearRequestId()

ClearResponseTimeoutMs()

Clears the value of the "response_timeout_ms" field

public void ClearResponseTimeoutMs()

Clone()

public RpcMethodInvocationEvent Clone()

Returns

RpcMethodInvocationEvent

Equals(RpcMethodInvocationEvent)

public bool Equals(RpcMethodInvocationEvent other)

Parameters

other RpcMethodInvocationEvent

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

public void MergeFrom(RpcMethodInvocationEvent other)

Parameters

other RpcMethodInvocationEvent

ToString()

public override string ToString()

Returns

string

WriteTo(CodedOutputStream)

public void WriteTo(Google.Protobuf.CodedOutputStream output)

Parameters

output CodedOutputStream