Generated

from message livekit.IngressInfo

Hierarchy

Constructors

Properties

Generated

from field: livekit.IngressAudioOptions audio = 6;

bypassTranscoding: boolean = false

Generated

from field: bool bypass_transcoding = 13;

ingressId: string = ""

Generated

from field: string ingress_id = 1;

inputType: IngressInput = IngressInput.RTMP_INPUT

for RTMP input, it'll be a rtmp:// URL for FILE input, it'll be a http:// URL for SRT input, it'll be a srt:// URL

Generated

from field: livekit.IngressInput input_type = 5;

name: string = ""

Generated

from field: string name = 2;

participantIdentity: string = ""

Generated

from field: string participant_identity = 9;

participantName: string = ""

Generated

from field: string participant_name = 10;

reusable: boolean = false

Generated

from field: bool reusable = 11;

roomName: string = ""

Generated

from field: string room_name = 8;

state?: IngressState

Description of error/stream non compliance and debug info for publisher otherwise (received bitrate, resolution, bandwidth)

Generated

from field: livekit.IngressState state = 12;

streamKey: string = ""

Generated

from field: string stream_key = 3;

url: string = ""

URL to point the encoder to for push (RTMP, WHIP), or location to pull media from for pull (URL)

Generated

from field: string url = 4;

Generated

from field: livekit.IngressVideoOptions video = 7;

fields: FieldList = ...
runtime: ProtoRuntime = proto3
typeName: "livekit.IngressInfo" = "livekit.IngressInfo"

Methods

Generated using TypeDoc