Documentation

DataTrackSubscriberHandles extends Message
in package

Generated from protobuf message <code>livekit.DataTrackSubscriberHandles</code>

Table of Contents

Properties

$sub_handles  : mixed
Maps handles from incoming packets to the track SIDs that the packets belong to.

Methods

__construct()  : mixed
Constructor.
getSubHandles()  : MapField
Maps handles from incoming packets to the track SIDs that the packets belong to.
setSubHandles()  : $this
Maps handles from incoming packets to the track SIDs that the packets belong to.

Properties

$sub_handles

Maps handles from incoming packets to the track SIDs that the packets belong to.

private mixed $sub_handles

Generated from protobuf field map<uint32, .livekit.DataTrackSubscriberHandles.PublishedDataTrack> sub_handles = 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 array|\Google\Protobuf\Internal\MapField $sub_handles
      Maps handles from incoming packets to the track SIDs that the packets belong to.

}

getSubHandles()

Maps handles from incoming packets to the track SIDs that the packets belong to.

public getSubHandles() : MapField

Generated from protobuf field map<uint32, .livekit.DataTrackSubscriberHandles.PublishedDataTrack> sub_handles = 1;

Return values
MapField

setSubHandles()

Maps handles from incoming packets to the track SIDs that the packets belong to.

public setSubHandles(array<string|int, mixed>|MapField $var) : $this

Generated from protobuf field map<uint32, .livekit.DataTrackSubscriberHandles.PublishedDataTrack> sub_handles = 1;

Parameters
$var : array<string|int, mixed>|MapField
Return values
$this

        
On this page

Search results