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
= ''
$options
protected
mixed
$options
$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}
getAdvanced()
Generated from protobuf field <code>.livekit.EncodingOptions advanced = 5;</code>
public
getAdvanced() : EncodingOptions|null
Return values
EncodingOptions|nullgetFileOutputs()
Generated from protobuf field <code>repeated .livekit.EncodedFileOutput file_outputs = 6;</code>
public
getFileOutputs() : RepeatedField<string|int, EncodedFileOutput>
Return values
RepeatedField<string|int, EncodedFileOutput>getIdentity()
Generated from protobuf field <code>string identity = 2;</code>
public
getIdentity() : string
Return values
stringgetImageOutputs()
Generated from protobuf field <code>repeated .livekit.ImageOutput image_outputs = 9;</code>
public
getImageOutputs() : RepeatedField<string|int, ImageOutput>
Return values
RepeatedField<string|int, ImageOutput>getOptions()
public
getOptions() : string
Return values
stringgetPreset()
Generated from protobuf field <code>.livekit.EncodingOptionsPreset preset = 4;</code>
public
getPreset() : int
Return values
intgetRoomName()
Generated from protobuf field <code>string room_name = 1;</code>
public
getRoomName() : string
Return values
stringgetScreenShare()
Generated from protobuf field <code>bool screen_share = 3;</code>
public
getScreenShare() : bool
Return values
boolgetSegmentOutputs()
Generated from protobuf field <code>repeated .livekit.SegmentedFileOutput segment_outputs = 8;</code>
public
getSegmentOutputs() : RepeatedField<string|int, SegmentedFileOutput>
Return values
RepeatedField<string|int, SegmentedFileOutput>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>getWebhooks()
Generated from protobuf field <code>repeated .livekit.WebhookConfig webhooks = 10;</code>
public
getWebhooks() : RepeatedField<string|int, WebhookConfig>
Return values
RepeatedField<string|int, WebhookConfig>hasAdvanced()
public
hasAdvanced() : mixed
hasPreset()
public
hasPreset() : mixed
setAdvanced()
Generated from protobuf field <code>.livekit.EncodingOptions advanced = 5;</code>
public
setAdvanced(EncodingOptions $var) : $this
Parameters
- $var : EncodingOptions
Return values
$thissetFileOutputs()
Generated from protobuf field <code>repeated .livekit.EncodedFileOutput file_outputs = 6;</code>
public
setFileOutputs(array<string|int, EncodedFileOutput> $var) : $this
Parameters
- $var : array<string|int, EncodedFileOutput>
Return values
$thissetIdentity()
Generated from protobuf field <code>string identity = 2;</code>
public
setIdentity(string $var) : $this
Parameters
- $var : string
Return values
$thissetImageOutputs()
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
$thissetPreset()
Generated from protobuf field <code>.livekit.EncodingOptionsPreset preset = 4;</code>
public
setPreset(int $var) : $this
Parameters
- $var : int
Return values
$thissetRoomName()
Generated from protobuf field <code>string room_name = 1;</code>
public
setRoomName(string $var) : $this
Parameters
- $var : string
Return values
$thissetScreenShare()
Generated from protobuf field <code>bool screen_share = 3;</code>
public
setScreenShare(bool $var) : $this
Parameters
- $var : bool
Return values
$thissetSegmentOutputs()
Generated from protobuf field <code>repeated .livekit.SegmentedFileOutput segment_outputs = 8;</code>
public
setSegmentOutputs(array<string|int, SegmentedFileOutput> $var) : $this
Parameters
- $var : array<string|int, SegmentedFileOutput>
Return values
$thissetStreamOutputs()
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
$thissetWebhooks()
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>