Documentation

StorageConfig extends Message
in package

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

Table of Contents

Properties

$provider  : mixed

Methods

__construct()  : mixed
Constructor.
getAliOSS()  : AliOSSUpload|null
Generated from protobuf field <code>.livekit.AliOSSUpload aliOSS = 4;</code>
getAzure()  : AzureBlobUpload|null
Generated from protobuf field <code>.livekit.AzureBlobUpload azure = 3;</code>
getGcp()  : GCPUpload|null
Generated from protobuf field <code>.livekit.GCPUpload gcp = 2;</code>
getProvider()  : string
getS3()  : S3Upload|null
Generated from protobuf field <code>.livekit.S3Upload s3 = 1;</code>
hasAliOSS()  : mixed
hasAzure()  : mixed
hasGcp()  : mixed
hasS3()  : mixed
setAliOSS()  : $this
Generated from protobuf field <code>.livekit.AliOSSUpload aliOSS = 4;</code>
setAzure()  : $this
Generated from protobuf field <code>.livekit.AzureBlobUpload azure = 3;</code>
setGcp()  : $this
Generated from protobuf field <code>.livekit.GCPUpload gcp = 2;</code>
setS3()  : $this
Generated from protobuf field <code>.livekit.S3Upload s3 = 1;</code>

Properties

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\S3Upload $s3
@type \Livekit\GCPUpload $gcp
@type \Livekit\AzureBlobUpload $azure
@type \Livekit\AliOSSUpload $aliOSS

}

getProvider()

public getProvider() : string
Return values
string

setAliOSS()

Generated from protobuf field <code>.livekit.AliOSSUpload aliOSS = 4;</code>

public setAliOSS(AliOSSUpload $var) : $this
Parameters
$var : AliOSSUpload
Return values
$this

setGcp()

Generated from protobuf field <code>.livekit.GCPUpload gcp = 2;</code>

public setGcp(GCPUpload $var) : $this
Parameters
$var : GCPUpload
Return values
$this

setS3()

Generated from protobuf field <code>.livekit.S3Upload s3 = 1;</code>

public setS3(S3Upload $var) : $this
Parameters
$var : S3Upload
Return values
$this

        
On this page

Search results