UnpublishDataTrackRequest
extends Message
in package
Generated from protobuf message <code>livekit.UnpublishDataTrackRequest</code>
Table of Contents
Properties
- $pub_handle : mixed
- Publisher handle of the track to unpublish.
Methods
- __construct() : mixed
- Constructor.
- getPubHandle() : int
- Publisher handle of the track to unpublish.
- setPubHandle() : $this
- Publisher handle of the track to unpublish.
Properties
$pub_handle
Publisher handle of the track to unpublish.
protected
mixed
$pub_handle
= 0
Generated from protobuf field uint32 pub_handle = 1;
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 $pub_handle Publisher handle of the track to unpublish.}
getPubHandle()
Publisher handle of the track to unpublish.
public
getPubHandle() : int
Generated from protobuf field uint32 pub_handle = 1;
Return values
intsetPubHandle()
Publisher handle of the track to unpublish.
public
setPubHandle(int $var) : $this
Generated from protobuf field uint32 pub_handle = 1;
Parameters
- $var : int