Documentation

UpdateLayoutRequest extends Message
in package

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

Table of Contents

Properties

$egress_id  : mixed
Generated from protobuf field <code>string egress_id = 1;</code>
$layout  : mixed
Generated from protobuf field <code>string layout = 2;</code>

Methods

__construct()  : mixed
Constructor.
getEgressId()  : string
Generated from protobuf field <code>string egress_id = 1;</code>
getLayout()  : string
Generated from protobuf field <code>string layout = 2;</code>
setEgressId()  : $this
Generated from protobuf field <code>string egress_id = 1;</code>
setLayout()  : $this
Generated from protobuf field <code>string layout = 2;</code>

Properties

$egress_id

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

protected mixed $egress_id = ''

$layout

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

protected mixed $layout = ''

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 $layout

}

getEgressId()

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

public getEgressId() : string
Return values
string

getLayout()

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

public getLayout() : string
Return values
string

setEgressId()

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

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

setLayout()

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

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

        
On this page

Search results