UpdateEgressRequest
extends Message
in package
Generated from protobuf message <code>livekit.UpdateEgressRequest</code>
Table of Contents
Properties
- $egress_id : mixed
- Generated from protobuf field <code>string egress_id = 1 [(.logger.name) = "egressID"];</code>
- $layout : mixed
- Generated from protobuf field <code>string layout = 3;</code>
- $url : mixed
- Generated from protobuf field <code>string url = 2;</code>
- $add_stream_urls : mixed
- Generated from protobuf field <code>repeated string add_stream_urls = 4;</code>
- $remove_stream_urls : mixed
- Generated from protobuf field <code>repeated string remove_stream_urls = 5;</code>
Methods
- __construct() : mixed
- Constructor.
- getAddStreamUrls() : RepeatedField<string|int, string>
- Generated from protobuf field <code>repeated string add_stream_urls = 4;</code>
- getEgressId() : string
- Generated from protobuf field <code>string egress_id = 1 [(.logger.name) = "egressID"];</code>
- getLayout() : string
- Generated from protobuf field <code>string layout = 3;</code>
- getRemoveStreamUrls() : RepeatedField<string|int, string>
- Generated from protobuf field <code>repeated string remove_stream_urls = 5;</code>
- getUrl() : string
- Generated from protobuf field <code>string url = 2;</code>
- setAddStreamUrls() : $this
- Generated from protobuf field <code>repeated string add_stream_urls = 4;</code>
- setEgressId() : $this
- Generated from protobuf field <code>string egress_id = 1 [(.logger.name) = "egressID"];</code>
- setLayout() : $this
- Generated from protobuf field <code>string layout = 3;</code>
- setRemoveStreamUrls() : $this
- Generated from protobuf field <code>repeated string remove_stream_urls = 5;</code>
- setUrl() : $this
- Generated from protobuf field <code>string url = 2;</code>
Properties
$egress_id
Generated from protobuf field <code>string egress_id = 1 [(.logger.name) = "egressID"];</code>
protected
mixed
$egress_id
= ''
$layout
Generated from protobuf field <code>string layout = 3;</code>
protected
mixed
$layout
= ''
$url
Generated from protobuf field <code>string url = 2;</code>
protected
mixed
$url
= ''
$add_stream_urls
Generated from protobuf field <code>repeated string add_stream_urls = 4;</code>
private
mixed
$add_stream_urls
$remove_stream_urls
Generated from protobuf field <code>repeated string remove_stream_urls = 5;</code>
private
mixed
$remove_stream_urls
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 $egress_id @type string $url @type string $layout @type string[] $add_stream_urls @type string[] $remove_stream_urls}
getAddStreamUrls()
Generated from protobuf field <code>repeated string add_stream_urls = 4;</code>
public
getAddStreamUrls() : RepeatedField<string|int, string>
Return values
RepeatedField<string|int, string>getEgressId()
Generated from protobuf field <code>string egress_id = 1 [(.logger.name) = "egressID"];</code>
public
getEgressId() : string
Return values
stringgetLayout()
Generated from protobuf field <code>string layout = 3;</code>
public
getLayout() : string
Return values
stringgetRemoveStreamUrls()
Generated from protobuf field <code>repeated string remove_stream_urls = 5;</code>
public
getRemoveStreamUrls() : RepeatedField<string|int, string>
Return values
RepeatedField<string|int, string>getUrl()
Generated from protobuf field <code>string url = 2;</code>
public
getUrl() : string
Return values
stringsetAddStreamUrls()
Generated from protobuf field <code>repeated string add_stream_urls = 4;</code>
public
setAddStreamUrls(array<string|int, string> $var) : $this
Parameters
- $var : array<string|int, string>
Return values
$thissetEgressId()
Generated from protobuf field <code>string egress_id = 1 [(.logger.name) = "egressID"];</code>
public
setEgressId(string $var) : $this
Parameters
- $var : string
Return values
$thissetLayout()
Generated from protobuf field <code>string layout = 3;</code>
public
setLayout(string $var) : $this
Parameters
- $var : string
Return values
$thissetRemoveStreamUrls()
Generated from protobuf field <code>repeated string remove_stream_urls = 5;</code>
public
setRemoveStreamUrls(array<string|int, string> $var) : $this
Parameters
- $var : array<string|int, string>
Return values
$thissetUrl()
Generated from protobuf field <code>string url = 2;</code>
public
setUrl(string $var) : $this
Parameters
- $var : string