Documentation

WrappedJoinRequest extends Message
in package

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

Table of Contents

Properties

$compression  : mixed
Generated from protobuf field <code>.livekit.WrappedJoinRequest.Compression compression = 1;</code>
$join_request  : mixed
marshalled JoinRequest + potentially compressed

Methods

__construct()  : mixed
Constructor.
getCompression()  : int
Generated from protobuf field <code>.livekit.WrappedJoinRequest.Compression compression = 1;</code>
getJoinRequest()  : string
marshalled JoinRequest + potentially compressed
setCompression()  : $this
Generated from protobuf field <code>.livekit.WrappedJoinRequest.Compression compression = 1;</code>
setJoinRequest()  : $this
marshalled JoinRequest + potentially compressed

Properties

$compression

Generated from protobuf field <code>.livekit.WrappedJoinRequest.Compression compression = 1;</code>

protected mixed $compression = 0

$join_request

marshalled JoinRequest + potentially compressed

protected mixed $join_request = ''

Generated from protobuf field bytes join_request = 2;

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 int $compression
@type string $join_request
      marshalled JoinRequest + potentially compressed

}

getCompression()

Generated from protobuf field <code>.livekit.WrappedJoinRequest.Compression compression = 1;</code>

public getCompression() : int
Return values
int

getJoinRequest()

marshalled JoinRequest + potentially compressed

public getJoinRequest() : string

Generated from protobuf field bytes join_request = 2;

Return values
string

setCompression()

Generated from protobuf field <code>.livekit.WrappedJoinRequest.Compression compression = 1;</code>

public setCompression(int $var) : $this
Parameters
$var : int
Return values
$this

setJoinRequest()

marshalled JoinRequest + potentially compressed

public setJoinRequest(string $var) : $this

Generated from protobuf field bytes join_request = 2;

Parameters
$var : string
Return values
$this

        
On this page

Search results