EnableSipDialInReq
extends Message
in package
Generated from protobuf message <code>plugnmeet.EnableSipDialInReq</code>
Table of Contents
Properties
- $hide_phone_number : mixed
- Generated from protobuf field <code>bool hide_phone_number = 2;</code>
- $room_id : mixed
- Generated from protobuf field <code>string room_id = 1;</code>
Methods
- __construct() : mixed
- Constructor.
- getHidePhoneNumber() : bool
- Generated from protobuf field <code>bool hide_phone_number = 2;</code>
- getRoomId() : string
- Generated from protobuf field <code>string room_id = 1;</code>
- setHidePhoneNumber() : $this
- Generated from protobuf field <code>bool hide_phone_number = 2;</code>
- setRoomId() : $this
- Generated from protobuf field <code>string room_id = 1;</code>
Properties
$hide_phone_number
Generated from protobuf field <code>bool hide_phone_number = 2;</code>
protected
mixed
$hide_phone_number
= false
$room_id
Generated from protobuf field <code>string room_id = 1;</code>
protected
mixed
$room_id
= ''
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_id @type bool $hide_phone_number}
getHidePhoneNumber()
Generated from protobuf field <code>bool hide_phone_number = 2;</code>
public
getHidePhoneNumber() : bool
Return values
boolgetRoomId()
Generated from protobuf field <code>string room_id = 1;</code>
public
getRoomId() : string
Return values
stringsetHidePhoneNumber()
Generated from protobuf field <code>bool hide_phone_number = 2;</code>
public
setHidePhoneNumber(bool $var) : $this
Parameters
- $var : bool
Return values
$thissetRoomId()
Generated from protobuf field <code>string room_id = 1;</code>
public
setRoomId(string $var) : $this
Parameters
- $var : string