Table of Contents

Enum ParticipantInfo.Types.State

Namespace
LiveKit.Proto
Assembly
LiveKit.AspNetCore.ServerSdk.Abstractions.dll
public enum ParticipantInfo.Types.State

Fields

[OriginalName("ACTIVE")] Active = 2

ICE connectivity established

[OriginalName("DISCONNECTED")] Disconnected = 3

WS disconnected

[OriginalName("JOINED")] Joined = 1

server received client offer

[OriginalName("JOINING")] Joining = 0

websocket' connected, but not offered yet