DataChannelReceiveState
extends Message
in package
Generated from protobuf message <code>livekit.DataChannelReceiveState</code>
Table of Contents
Properties
- $last_seq : mixed
- Generated from protobuf field <code>uint32 last_seq = 2;</code>
- $publisher_sid : mixed
- Generated from protobuf field <code>string publisher_sid = 1;</code>
Methods
- __construct() : mixed
- Constructor.
- getLastSeq() : int
- Generated from protobuf field <code>uint32 last_seq = 2;</code>
- getPublisherSid() : string
- Generated from protobuf field <code>string publisher_sid = 1;</code>
- setLastSeq() : $this
- Generated from protobuf field <code>uint32 last_seq = 2;</code>
- setPublisherSid() : $this
- Generated from protobuf field <code>string publisher_sid = 1;</code>
Properties
$last_seq
Generated from protobuf field <code>uint32 last_seq = 2;</code>
protected
mixed
$last_seq
= 0
$publisher_sid
Generated from protobuf field <code>string publisher_sid = 1;</code>
protected
mixed
$publisher_sid
= ''
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 $publisher_sid @type int $last_seq}
getLastSeq()
Generated from protobuf field <code>uint32 last_seq = 2;</code>
public
getLastSeq() : int
Return values
intgetPublisherSid()
Generated from protobuf field <code>string publisher_sid = 1;</code>
public
getPublisherSid() : string
Return values
stringsetLastSeq()
Generated from protobuf field <code>uint32 last_seq = 2;</code>
public
setLastSeq(int $var) : $this
Parameters
- $var : int
Return values
$thissetPublisherSid()
Generated from protobuf field <code>string publisher_sid = 1;</code>
public
setPublisherSid(string $var) : $this
Parameters
- $var : string