Documentation

ListReplaysRequest extends Message
in package

Generated from protobuf message <code>replay.ListReplaysRequest</code>

Table of Contents

Properties

$page_token  : mixed
Generated from protobuf field <code>.livekit.TokenPagination page_token = 2;</code>
$room_name  : mixed
optional

Methods

__construct()  : mixed
Constructor.
clearPageToken()  : mixed
getPageToken()  : TokenPagination|null
Generated from protobuf field <code>.livekit.TokenPagination page_token = 2;</code>
getRoomName()  : string
optional
hasPageToken()  : mixed
setPageToken()  : $this
Generated from protobuf field <code>.livekit.TokenPagination page_token = 2;</code>
setRoomName()  : $this
optional

Properties

$page_token

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

protected mixed $page_token = null

$room_name

optional

protected mixed $room_name = ''

Generated from protobuf field string room_name = 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 string $room_name
      optional
@type \Livekit\TokenPagination $page_token

}

getRoomName()

optional

public getRoomName() : string

Generated from protobuf field string room_name = 1;

Return values
string

setRoomName()

optional

public setRoomName(string $var) : $this

Generated from protobuf field string room_name = 1;

Parameters
$var : string
Return values
$this

        
On this page

Search results