FilterParams
extends Message
in package
Generated from protobuf message <code>livekit.FilterParams</code>
Table of Contents
Properties
- $exclude_events : mixed
- Generated from protobuf field <code>repeated string exclude_events = 2;</code>
- $include_events : mixed
- Generated from protobuf field <code>repeated string include_events = 1;</code>
Methods
- __construct() : mixed
- Constructor.
- getExcludeEvents() : RepeatedField<string|int, string>
- Generated from protobuf field <code>repeated string exclude_events = 2;</code>
- getIncludeEvents() : RepeatedField<string|int, string>
- Generated from protobuf field <code>repeated string include_events = 1;</code>
- setExcludeEvents() : $this
- Generated from protobuf field <code>repeated string exclude_events = 2;</code>
- setIncludeEvents() : $this
- Generated from protobuf field <code>repeated string include_events = 1;</code>
Properties
$exclude_events
Generated from protobuf field <code>repeated string exclude_events = 2;</code>
private
mixed
$exclude_events
$include_events
Generated from protobuf field <code>repeated string include_events = 1;</code>
private
mixed
$include_events
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[] $include_events @type string[] $exclude_events}
getExcludeEvents()
Generated from protobuf field <code>repeated string exclude_events = 2;</code>
public
getExcludeEvents() : RepeatedField<string|int, string>
Return values
RepeatedField<string|int, string>getIncludeEvents()
Generated from protobuf field <code>repeated string include_events = 1;</code>
public
getIncludeEvents() : RepeatedField<string|int, string>
Return values
RepeatedField<string|int, string>setExcludeEvents()
Generated from protobuf field <code>repeated string exclude_events = 2;</code>
public
setExcludeEvents(array<string|int, string> $var) : $this
Parameters
- $var : array<string|int, string>
Return values
$thissetIncludeEvents()
Generated from protobuf field <code>repeated string include_events = 1;</code>
public
setIncludeEvents(array<string|int, string> $var) : $this
Parameters
- $var : array<string|int, string>