MediaServerConnInfo
extends Message
in package
Generated from protobuf message <code>plugnmeet.MediaServerConnInfo</code>
Table of Contents
Properties
- $enabled_e2ee : mixed
- Generated from protobuf field <code>bool enabled_e2ee = 3;</code>
- $token : mixed
- Generated from protobuf field <code>string token = 2;</code>
- $url : mixed
- Generated from protobuf field <code>string url = 1;</code>
Methods
- __construct() : mixed
- Constructor.
- getEnabledE2Ee() : bool
- Generated from protobuf field <code>bool enabled_e2ee = 3;</code>
- getToken() : string
- Generated from protobuf field <code>string token = 2;</code>
- getUrl() : string
- Generated from protobuf field <code>string url = 1;</code>
- setEnabledE2Ee() : $this
- Generated from protobuf field <code>bool enabled_e2ee = 3;</code>
- setToken() : $this
- Generated from protobuf field <code>string token = 2;</code>
- setUrl() : $this
- Generated from protobuf field <code>string url = 1;</code>
Properties
$enabled_e2ee
Generated from protobuf field <code>bool enabled_e2ee = 3;</code>
protected
mixed
$enabled_e2ee
= false
$token
Generated from protobuf field <code>string token = 2;</code>
protected
mixed
$token
= ''
$url
Generated from protobuf field <code>string url = 1;</code>
protected
mixed
$url
= ''
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 $url @type string $token @type bool $enabled_e2ee}
getEnabledE2Ee()
Generated from protobuf field <code>bool enabled_e2ee = 3;</code>
public
getEnabledE2Ee() : bool
Return values
boolgetToken()
Generated from protobuf field <code>string token = 2;</code>
public
getToken() : string
Return values
stringgetUrl()
Generated from protobuf field <code>string url = 1;</code>
public
getUrl() : string
Return values
stringsetEnabledE2Ee()
Generated from protobuf field <code>bool enabled_e2ee = 3;</code>
public
setEnabledE2Ee(bool $var) : $this
Parameters
- $var : bool
Return values
$thissetToken()
Generated from protobuf field <code>string token = 2;</code>
public
setToken(string $var) : $this
Parameters
- $var : string
Return values
$thissetUrl()
Generated from protobuf field <code>string url = 1;</code>
public
setUrl(string $var) : $this
Parameters
- $var : string