Documentation

WebhookConfig extends Message
in package

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

Table of Contents

Properties

$filter_params  : mixed
Generated from protobuf field <code>.livekit.FilterParams filter_params = 3;</code>
$signing_key  : mixed
Generated from protobuf field <code>string signing_key = 2;</code>
$url  : mixed
Generated from protobuf field <code>string url = 1;</code>

Methods

__construct()  : mixed
Constructor.
clearFilterParams()  : mixed
getFilterParams()  : FilterParams|null
Generated from protobuf field <code>.livekit.FilterParams filter_params = 3;</code>
getSigningKey()  : string
Generated from protobuf field <code>string signing_key = 2;</code>
getUrl()  : string
Generated from protobuf field <code>string url = 1;</code>
hasFilterParams()  : mixed
setFilterParams()  : $this
Generated from protobuf field <code>.livekit.FilterParams filter_params = 3;</code>
setSigningKey()  : $this
Generated from protobuf field <code>string signing_key = 2;</code>
setUrl()  : $this
Generated from protobuf field <code>string url = 1;</code>

Properties

$filter_params

Generated from protobuf field <code>.livekit.FilterParams filter_params = 3;</code>

protected mixed $filter_params = null

$signing_key

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

protected mixed $signing_key = ''

$url

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

protected mixed $url = ''

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 $url
@type string $signing_key
@type \Livekit\FilterParams $filter_params

}

getSigningKey()

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

public getSigningKey() : string
Return values
string

getUrl()

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

public getUrl() : string
Return values
string

setFilterParams()

Generated from protobuf field <code>.livekit.FilterParams filter_params = 3;</code>

public setFilterParams(FilterParams $var) : $this
Parameters
$var : FilterParams
Return values
$this

setSigningKey()

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

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

setUrl()

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

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

        
On this page

Search results