Documentation

SIPDispatchRuleIndividual extends Message
in package

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

Table of Contents

Properties

$pin  : mixed
Optional pin required to enter room
$room_prefix  : mixed
Prefix used on new room name

Methods

__construct()  : mixed
Constructor.
getPin()  : string
Optional pin required to enter room
getRoomPrefix()  : string
Prefix used on new room name
setPin()  : $this
Optional pin required to enter room
setRoomPrefix()  : $this
Prefix used on new room name

Properties

$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

}

getPin()

Optional pin required to enter room

public getPin() : string

Generated from protobuf field string pin = 2;

Return values
string

getRoomPrefix()

Prefix used on new room name

public getRoomPrefix() : string

Generated from protobuf field string room_prefix = 1;

Return values
string

setPin()

Optional pin required to enter room

public setPin(string $var) : $this

Generated from protobuf field string pin = 2;

Parameters
$var : string
Return values
$this

setRoomPrefix()

Prefix used on new room name

public setRoomPrefix(string $var) : $this

Generated from protobuf field string room_prefix = 1;

Parameters
$var : string
Return values
$this

        
On this page

Search results