Documentation

ListIngressResponse extends Message
in package

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

Table of Contents

Properties

$next_page_token  : mixed
Generated from protobuf field <code>.livekit.TokenPagination next_page_token = 2;</code>
$items  : mixed
next field id: 3

Methods

__construct()  : mixed
Constructor.
clearNextPageToken()  : mixed
getItems()  : RepeatedField<string|int, IngressInfo>
next field id: 3
getNextPageToken()  : TokenPagination|null
Generated from protobuf field <code>.livekit.TokenPagination next_page_token = 2;</code>
hasNextPageToken()  : mixed
setItems()  : $this
next field id: 3
setNextPageToken()  : $this
Generated from protobuf field <code>.livekit.TokenPagination next_page_token = 2;</code>

Properties

$next_page_token

Generated from protobuf field <code>.livekit.TokenPagination next_page_token = 2;</code>

protected mixed $next_page_token = null

$items

next field id: 3

private mixed $items

Generated from protobuf field repeated .livekit.IngressInfo items = 1;

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 \Livekit\TokenPagination $next_page_token
@type \Livekit\IngressInfo[] $items
      next field id: 3

}

getItems()

next field id: 3

public getItems() : RepeatedField<string|int, IngressInfo>

Generated from protobuf field repeated .livekit.IngressInfo items = 1;

Return values
RepeatedField<string|int, IngressInfo>

setItems()

next field id: 3

public setItems(array<string|int, IngressInfo$var) : $this

Generated from protobuf field repeated .livekit.IngressInfo items = 1;

Parameters
$var : array<string|int, IngressInfo>
Return values
$this

        
On this page

Search results