Documentation

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

}

getDeviceId()

Generated from protobuf field <code>optional string device_id = 2;</code>

public getDeviceId() : string
Return values
string

getError()

Generated from protobuf field <code>optional string error = 3;</code>

public getError() : string
Return values
string

setDeviceId()

Generated from protobuf field <code>optional string device_id = 2;</code>

public setDeviceId(string $var) : $this
Parameters
$var : string
Return values
$this

setError()

Generated from protobuf field <code>optional string error = 3;</code>

public setError(string $var) : $this
Parameters
$var : string
Return values
$this

setSource()

Generated from protobuf field <code>.plugnmeet.NativeMediaSource source = 1;</code>

public setSource(int $var) : $this
Parameters
$var : int

one of the values in NativeMediaSource

Return values
$this
On this page

Search results