Documentation

SIPDispatchRuleDirect extends Message
in package

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

Table of Contents

Properties

$pin  : mixed
Optional pin required to enter room
$room_name  : mixed
What room should call be directed into

Methods

__construct()  : mixed
Constructor.
getPin()  : string
Optional pin required to enter room
getRoomName()  : string
What room should call be directed into
setPin()  : $this
Optional pin required to enter room
setRoomName()  : $this
What room should call be directed into

Properties

$pin

Optional pin required to enter room

protected mixed $pin = ''

Generated from protobuf field string pin = 2;

$room_name

What room should call be directed into

protected mixed $room_name = ''

Generated from protobuf field string room_name = 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_name
      What room should call be directed into
@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

getRoomName()

What room should call be directed into

public getRoomName() : string

Generated from protobuf field string room_name = 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

setRoomName()

What room should call be directed into

public setRoomName(string $var) : $this

Generated from protobuf field string room_name = 1;

Parameters
$var : string
Return values
$this

        
On this page

Search results