SIPDispatchRuleIndividual
extends Message
in package
Generated from protobuf message <code>livekit.SIPDispatchRuleIndividual</code>
Table of Contents
Properties
- $no_randomness : mixed
- Optionally append random suffix
- $pin : mixed
- Optional pin required to enter room
- $room_prefix : mixed
- Prefix used on new room name
Methods
- __construct() : mixed
- Constructor.
- getNoRandomness() : bool
- Optionally append random suffix
- getPin() : string
- Optional pin required to enter room
- getRoomPrefix() : string
- Prefix used on new room name
- setNoRandomness() : $this
- Optionally append random suffix
- setPin() : $this
- Optional pin required to enter room
- setRoomPrefix() : $this
- Prefix used on new room name
Properties
$no_randomness
Optionally append random suffix
protected
mixed
$no_randomness
= false
Generated from protobuf field bool no_randomness = 3;
$pin
Optional pin required to enter room
protected
mixed
$pin
= ''
Generated from protobuf field string pin = 2;
$room_prefix
Prefix used on new room name
protected
mixed
$room_prefix
= ''
Generated from protobuf field string room_prefix = 1;
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 $room_prefix Prefix used on new room name @type string $pin Optional pin required to enter room @type bool $no_randomness Optionally append random suffix}
getNoRandomness()
Optionally append random suffix
public
getNoRandomness() : bool
Generated from protobuf field bool no_randomness = 3;
Return values
boolgetPin()
Optional pin required to enter room
public
getPin() : string
Generated from protobuf field string pin = 2;
Return values
stringgetRoomPrefix()
Prefix used on new room name
public
getRoomPrefix() : string
Generated from protobuf field string room_prefix = 1;
Return values
stringsetNoRandomness()
Optionally append random suffix
public
setNoRandomness(bool $var) : $this
Generated from protobuf field bool no_randomness = 3;
Parameters
- $var : bool
Return values
$thissetPin()
Optional pin required to enter room
public
setPin(string $var) : $this
Generated from protobuf field string pin = 2;
Parameters
- $var : string
Return values
$thissetRoomPrefix()
Prefix used on new room name
public
setRoomPrefix(string $var) : $this
Generated from protobuf field string room_prefix = 1;
Parameters
- $var : string