ClientType
in package
Protobuf type <code>plugnmeet.ClientType</code>
Table of Contents
Constants
- HYBRID_WEB : mixed = 1
- web client running inside a native app's webview
- WEB : mixed = 0
- standard plugNmeet web client (default).
Properties
- $valueToName : mixed
Methods
Constants
HYBRID_WEB
web client running inside a native app's webview
public
mixed
HYBRID_WEB
= 1
Generated from protobuf enum HYBRID_WEB = 1;
WEB
standard plugNmeet web client (default).
public
mixed
WEB
= 0
Generated from protobuf enum WEB = 0;
Properties
$valueToName
private
static mixed
$valueToName
= [self::WEB => 'WEB', self::HYBRID_WEB => 'HYBRID_WEB']
Methods
name()
public
static name(mixed $value) : mixed
Parameters
- $value : mixed
value()
public
static value(mixed $name) : mixed
Parameters
- $name : mixed