Documentation

UpdateStreamRequest extends Message
in package

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

Table of Contents

Properties

$egress_id  : mixed
Generated from protobuf field <code>string egress_id = 1;</code>
$add_output_urls  : mixed
Generated from protobuf field <code>repeated string add_output_urls = 2;</code>
$remove_output_urls  : mixed
Generated from protobuf field <code>repeated string remove_output_urls = 3;</code>

Methods

__construct()  : mixed
Constructor.
getAddOutputUrls()  : RepeatedField<string|int, string>
Generated from protobuf field <code>repeated string add_output_urls = 2;</code>
getEgressId()  : string
Generated from protobuf field <code>string egress_id = 1;</code>
getRemoveOutputUrls()  : RepeatedField<string|int, string>
Generated from protobuf field <code>repeated string remove_output_urls = 3;</code>
setAddOutputUrls()  : $this
Generated from protobuf field <code>repeated string add_output_urls = 2;</code>
setEgressId()  : $this
Generated from protobuf field <code>string egress_id = 1;</code>
setRemoveOutputUrls()  : $this
Generated from protobuf field <code>repeated string remove_output_urls = 3;</code>

Properties

$egress_id

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

protected mixed $egress_id = ''

$add_output_urls

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

private mixed $add_output_urls

$remove_output_urls

Generated from protobuf field <code>repeated string remove_output_urls = 3;</code>

private mixed $remove_output_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[] $add_output_urls
@type string[] $remove_output_urls

}

getAddOutputUrls()

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

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

getEgressId()

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

public getEgressId() : string
Return values
string

getRemoveOutputUrls()

Generated from protobuf field <code>repeated string remove_output_urls = 3;</code>

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

setAddOutputUrls()

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

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

setEgressId()

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

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

setRemoveOutputUrls()

Generated from protobuf field <code>repeated string remove_output_urls = 3;</code>

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

        
On this page

Search results