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}
clearFilterParams()
public
clearFilterParams() : mixed
getFilterParams()
Generated from protobuf field <code>.livekit.FilterParams filter_params = 3;</code>
public
getFilterParams() : FilterParams|null
Return values
FilterParams|nullgetSigningKey()
Generated from protobuf field <code>string signing_key = 2;</code>
public
getSigningKey() : string
Return values
stringgetUrl()
Generated from protobuf field <code>string url = 1;</code>
public
getUrl() : string
Return values
stringhasFilterParams()
public
hasFilterParams() : mixed
setFilterParams()
Generated from protobuf field <code>.livekit.FilterParams filter_params = 3;</code>
public
setFilterParams(FilterParams $var) : $this
Parameters
- $var : FilterParams
Return values
$thissetSigningKey()
Generated from protobuf field <code>string signing_key = 2;</code>
public
setSigningKey(string $var) : $this
Parameters
- $var : string
Return values
$thissetUrl()
Generated from protobuf field <code>string url = 1;</code>
public
setUrl(string $var) : $this
Parameters
- $var : string