Documentation

ParticipantEgressRequest extends Message
in package

Generated from protobuf message <code>livekit.ParticipantEgressRequest</code>

Table of Contents

Properties

$identity  : mixed
Generated from protobuf field <code>string identity = 2;</code>
$options  : mixed
$room_name  : mixed
Generated from protobuf field <code>string room_name = 1;</code>
$screen_share  : mixed
Generated from protobuf field <code>bool screen_share = 3;</code>
$file_outputs  : mixed
Generated from protobuf field <code>repeated .livekit.EncodedFileOutput file_outputs = 6;</code>
$image_outputs  : mixed
Generated from protobuf field <code>repeated .livekit.ImageOutput image_outputs = 9;</code>
$segment_outputs  : mixed
Generated from protobuf field <code>repeated .livekit.SegmentedFileOutput segment_outputs = 8;</code>
$stream_outputs  : mixed
Generated from protobuf field <code>repeated .livekit.StreamOutput stream_outputs = 7;</code>
$webhooks  : mixed
Generated from protobuf field <code>repeated .livekit.WebhookConfig webhooks = 10;</code>

Methods

__construct()  : mixed
Constructor.
getAdvanced()  : EncodingOptions|null
Generated from protobuf field <code>.livekit.EncodingOptions advanced = 5;</code>
getFileOutputs()  : RepeatedField<string|int, EncodedFileOutput>
Generated from protobuf field <code>repeated .livekit.EncodedFileOutput file_outputs = 6;</code>
getIdentity()  : string
Generated from protobuf field <code>string identity = 2;</code>
getImageOutputs()  : RepeatedField<string|int, ImageOutput>
Generated from protobuf field <code>repeated .livekit.ImageOutput image_outputs = 9;</code>
getOptions()  : string
getPreset()  : int
Generated from protobuf field <code>.livekit.EncodingOptionsPreset preset = 4;</code>
getRoomName()  : string
Generated from protobuf field <code>string room_name = 1;</code>
getScreenShare()  : bool
Generated from protobuf field <code>bool screen_share = 3;</code>
getSegmentOutputs()  : RepeatedField<string|int, SegmentedFileOutput>
Generated from protobuf field <code>repeated .livekit.SegmentedFileOutput segment_outputs = 8;</code>
getStreamOutputs()  : RepeatedField<string|int, StreamOutput>
Generated from protobuf field <code>repeated .livekit.StreamOutput stream_outputs = 7;</code>
getWebhooks()  : RepeatedField<string|int, WebhookConfig>
Generated from protobuf field <code>repeated .livekit.WebhookConfig webhooks = 10;</code>
hasAdvanced()  : mixed
hasPreset()  : mixed
setAdvanced()  : $this
Generated from protobuf field <code>.livekit.EncodingOptions advanced = 5;</code>
setFileOutputs()  : $this
Generated from protobuf field <code>repeated .livekit.EncodedFileOutput file_outputs = 6;</code>
setIdentity()  : $this
Generated from protobuf field <code>string identity = 2;</code>
setImageOutputs()  : $this
Generated from protobuf field <code>repeated .livekit.ImageOutput image_outputs = 9;</code>
setPreset()  : $this
Generated from protobuf field <code>.livekit.EncodingOptionsPreset preset = 4;</code>
setRoomName()  : $this
Generated from protobuf field <code>string room_name = 1;</code>
setScreenShare()  : $this
Generated from protobuf field <code>bool screen_share = 3;</code>
setSegmentOutputs()  : $this
Generated from protobuf field <code>repeated .livekit.SegmentedFileOutput segment_outputs = 8;</code>
setStreamOutputs()  : $this
Generated from protobuf field <code>repeated .livekit.StreamOutput stream_outputs = 7;</code>
setWebhooks()  : $this
Generated from protobuf field <code>repeated .livekit.WebhookConfig webhooks = 10;</code>

Properties

$identity

Generated from protobuf field <code>string identity = 2;</code>

protected mixed $identity = ''

$room_name

Generated from protobuf field <code>string room_name = 1;</code>

protected mixed $room_name = ''

$screen_share

Generated from protobuf field <code>bool screen_share = 3;</code>

protected mixed $screen_share = false

$file_outputs

Generated from protobuf field <code>repeated .livekit.EncodedFileOutput file_outputs = 6;</code>

private mixed $file_outputs

$image_outputs

Generated from protobuf field <code>repeated .livekit.ImageOutput image_outputs = 9;</code>

private mixed $image_outputs

$segment_outputs

Generated from protobuf field <code>repeated .livekit.SegmentedFileOutput segment_outputs = 8;</code>

private mixed $segment_outputs

$stream_outputs

Generated from protobuf field <code>repeated .livekit.StreamOutput stream_outputs = 7;</code>

private mixed $stream_outputs

$webhooks

Generated from protobuf field <code>repeated .livekit.WebhookConfig webhooks = 10;</code>

private mixed $webhooks

Methods

__construct()

Constructor.

public __construct([array<string|int, mixed> $data = null ]) : mixed
Parameters
$data : array<string|int, mixed> = null

{ Optional. Data for populating the Message object.

@type string $room_name
@type string $identity
@type bool $screen_share
@type int $preset
@type \Livekit\EncodingOptions $advanced
@type \Livekit\EncodedFileOutput[] $file_outputs
@type \Livekit\StreamOutput[] $stream_outputs
@type \Livekit\SegmentedFileOutput[] $segment_outputs
@type \Livekit\ImageOutput[] $image_outputs
@type \Livekit\WebhookConfig[] $webhooks

}

getIdentity()

Generated from protobuf field <code>string identity = 2;</code>

public getIdentity() : string
Return values
string

getImageOutputs()

Generated from protobuf field <code>repeated .livekit.ImageOutput image_outputs = 9;</code>

public getImageOutputs() : RepeatedField<string|int, ImageOutput>
Return values
RepeatedField<string|int, ImageOutput>

getPreset()

Generated from protobuf field <code>.livekit.EncodingOptionsPreset preset = 4;</code>

public getPreset() : int
Return values
int

getRoomName()

Generated from protobuf field <code>string room_name = 1;</code>

public getRoomName() : string
Return values
string

getScreenShare()

Generated from protobuf field <code>bool screen_share = 3;</code>

public getScreenShare() : bool
Return values
bool

getStreamOutputs()

Generated from protobuf field <code>repeated .livekit.StreamOutput stream_outputs = 7;</code>

public getStreamOutputs() : RepeatedField<string|int, StreamOutput>
Return values
RepeatedField<string|int, StreamOutput>

setIdentity()

Generated from protobuf field <code>string identity = 2;</code>

public setIdentity(string $var) : $this
Parameters
$var : string
Return values
$this

setImageOutputs()

Generated from protobuf field <code>repeated .livekit.ImageOutput image_outputs = 9;</code>

public setImageOutputs(array<string|int, ImageOutput$var) : $this
Parameters
$var : array<string|int, ImageOutput>
Return values
$this

setPreset()

Generated from protobuf field <code>.livekit.EncodingOptionsPreset preset = 4;</code>

public setPreset(int $var) : $this
Parameters
$var : int
Return values
$this

setRoomName()

Generated from protobuf field <code>string room_name = 1;</code>

public setRoomName(string $var) : $this
Parameters
$var : string
Return values
$this

setScreenShare()

Generated from protobuf field <code>bool screen_share = 3;</code>

public setScreenShare(bool $var) : $this
Parameters
$var : bool
Return values
$this

setStreamOutputs()

Generated from protobuf field <code>repeated .livekit.StreamOutput stream_outputs = 7;</code>

public setStreamOutputs(array<string|int, StreamOutput$var) : $this
Parameters
$var : array<string|int, StreamOutput>
Return values
$this

setWebhooks()

Generated from protobuf field <code>repeated .livekit.WebhookConfig webhooks = 10;</code>

public setWebhooks(array<string|int, WebhookConfig$var) : $this
Parameters
$var : array<string|int, WebhookConfig>
Return values
$this

        
On this page

Search results