NativeBridgeMediaStatus
extends Message
in package
Native -> web: action confirmation or error report.
Generated from protobuf message plugnmeet.NativeBridgeMediaStatus
Table of Contents
Properties
- $device_id : mixed
- Generated from protobuf field <code>optional string device_id = 2;</code>
- $error : mixed
- Generated from protobuf field <code>optional string error = 3;</code>
- $source : mixed
- Generated from protobuf field <code>.plugnmeet.NativeMediaSource source = 1;</code>
Methods
- __construct() : mixed
- Constructor.
- clearDeviceId() : mixed
- clearError() : mixed
- getDeviceId() : string
- Generated from protobuf field <code>optional string device_id = 2;</code>
- getError() : string
- Generated from protobuf field <code>optional string error = 3;</code>
- getSource() : int
- Generated from protobuf field <code>.plugnmeet.NativeMediaSource source = 1;</code>
- hasDeviceId() : mixed
- hasError() : mixed
- setDeviceId() : $this
- Generated from protobuf field <code>optional string device_id = 2;</code>
- setError() : $this
- Generated from protobuf field <code>optional string error = 3;</code>
- setSource() : $this
- Generated from protobuf field <code>.plugnmeet.NativeMediaSource source = 1;</code>
Properties
$device_id
Generated from protobuf field <code>optional string device_id = 2;</code>
protected
mixed
$device_id
= null
$error
Generated from protobuf field <code>optional string error = 3;</code>
protected
mixed
$error
= null
$source
Generated from protobuf field <code>.plugnmeet.NativeMediaSource source = 1;</code>
protected
mixed
$source
= 0
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 int $source @type string $device_id @type string $error}
clearDeviceId()
public
clearDeviceId() : mixed
clearError()
public
clearError() : mixed
getDeviceId()
Generated from protobuf field <code>optional string device_id = 2;</code>
public
getDeviceId() : string
Return values
stringgetError()
Generated from protobuf field <code>optional string error = 3;</code>
public
getError() : string
Return values
stringgetSource()
Generated from protobuf field <code>.plugnmeet.NativeMediaSource source = 1;</code>
public
getSource() : int
Return values
int —one of the values in NativeMediaSource
hasDeviceId()
public
hasDeviceId() : mixed
hasError()
public
hasError() : mixed
setDeviceId()
Generated from protobuf field <code>optional string device_id = 2;</code>
public
setDeviceId(string $var) : $this
Parameters
- $var : string
Return values
$thissetError()
Generated from protobuf field <code>optional string error = 3;</code>
public
setError(string $var) : $this
Parameters
- $var : string
Return values
$thissetSource()
Generated from protobuf field <code>.plugnmeet.NativeMediaSource source = 1;</code>
public
setSource(int $var) : $this
Parameters
- $var : int
-
one of the values in NativeMediaSource