PublishDataTrackResponse
extends Message
in package
Generated from protobuf message <code>livekit.PublishDataTrackResponse</code>
Table of Contents
Properties
- $info : mixed
- Information about the published track.
Methods
- __construct() : mixed
- Constructor.
- clearInfo() : mixed
- getInfo() : DataTrackInfo|null
- Information about the published track.
- hasInfo() : mixed
- setInfo() : $this
- Information about the published track.
Properties
$info
Information about the published track.
protected
mixed
$info
= null
Generated from protobuf field .livekit.DataTrackInfo info = 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 \Livekit\DataTrackInfo $info Information about the published track.}
clearInfo()
public
clearInfo() : mixed
getInfo()
Information about the published track.
public
getInfo() : DataTrackInfo|null
Generated from protobuf field .livekit.DataTrackInfo info = 1;
Return values
DataTrackInfo|nullhasInfo()
public
hasInfo() : mixed
setInfo()
Information about the published track.
public
setInfo(DataTrackInfo $var) : $this
Generated from protobuf field .livekit.DataTrackInfo info = 1;
Parameters
- $var : DataTrackInfo