Table of Contents

Class ParticipantPermissionChanged

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

Constructors

ParticipantPermissionChanged()

public ParticipantPermissionChanged()

ParticipantPermissionChanged(ParticipantPermissionChanged)

public ParticipantPermissionChanged(ParticipantPermissionChanged other)

Parameters

other ParticipantPermissionChanged

Fields

ParticipantIdentityFieldNumber

Field number for the "participant_identity" field.

public const int ParticipantIdentityFieldNumber = 1

Field Value

int

PermissionFieldNumber

Field number for the "permission" field.

public const int PermissionFieldNumber = 2

Field Value

int

Properties

Descriptor

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

Property Value

MessageDescriptor

HasParticipantIdentity

Gets whether the "participant_identity" field is set

public bool HasParticipantIdentity { get; }

Property Value

bool

Parser

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

Property Value

MessageParser<ParticipantPermissionChanged>

ParticipantIdentity

public string ParticipantIdentity { get; set; }

Property Value

string

Permission

public ParticipantPermission Permission { get; set; }

Property Value

ParticipantPermission

Methods

CalculateSize()

public int CalculateSize()

Returns

int

ClearParticipantIdentity()

Clears the value of the "participant_identity" field

public void ClearParticipantIdentity()

Clone()

public ParticipantPermissionChanged Clone()

Returns

ParticipantPermissionChanged

Equals(ParticipantPermissionChanged)

public bool Equals(ParticipantPermissionChanged other)

Parameters

other ParticipantPermissionChanged

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

public void MergeFrom(ParticipantPermissionChanged other)

Parameters

other ParticipantPermissionChanged

ToString()

public override string ToString()

Returns

string

WriteTo(CodedOutputStream)

public void WriteTo(Google.Protobuf.CodedOutputStream output)

Parameters

output CodedOutputStream