Documentation

ProviderInfo extends Message
in package

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

Table of Contents

Properties

$id  : mixed
Generated from protobuf field <code>string id = 1;</code>
$name  : mixed
Generated from protobuf field <code>string name = 2;</code>
$prevent_transfer  : mixed
Generated from protobuf field <code>bool prevent_transfer = 4;</code>
$type  : mixed
Generated from protobuf field <code>.livekit.ProviderType type = 3;</code>

Methods

__construct()  : mixed
Constructor.
getId()  : string
Generated from protobuf field <code>string id = 1;</code>
getName()  : string
Generated from protobuf field <code>string name = 2;</code>
getPreventTransfer()  : bool
Generated from protobuf field <code>bool prevent_transfer = 4;</code>
getType()  : int
Generated from protobuf field <code>.livekit.ProviderType type = 3;</code>
setId()  : $this
Generated from protobuf field <code>string id = 1;</code>
setName()  : $this
Generated from protobuf field <code>string name = 2;</code>
setPreventTransfer()  : $this
Generated from protobuf field <code>bool prevent_transfer = 4;</code>
setType()  : $this
Generated from protobuf field <code>.livekit.ProviderType type = 3;</code>

Properties

$id

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

protected mixed $id = ''

$name

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

protected mixed $name = ''

$prevent_transfer

Generated from protobuf field <code>bool prevent_transfer = 4;</code>

protected mixed $prevent_transfer = false

$type

Generated from protobuf field <code>.livekit.ProviderType type = 3;</code>

protected mixed $type = 0

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 $id
@type string $name
@type int $type
@type bool $prevent_transfer

}

getId()

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

public getId() : string
Return values
string

getName()

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

public getName() : string
Return values
string

getPreventTransfer()

Generated from protobuf field <code>bool prevent_transfer = 4;</code>

public getPreventTransfer() : bool
Return values
bool

getType()

Generated from protobuf field <code>.livekit.ProviderType type = 3;</code>

public getType() : int
Return values
int

setId()

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

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

setName()

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

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

setPreventTransfer()

Generated from protobuf field <code>bool prevent_transfer = 4;</code>

public setPreventTransfer(bool $var) : $this
Parameters
$var : bool
Return values
$this

setType()

Generated from protobuf field <code>.livekit.ProviderType type = 3;</code>

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

        
On this page

Search results