MuteRoomTrackResponse
extends Message
in package
Generated from protobuf message <code>livekit.MuteRoomTrackResponse</code>
Table of Contents
Properties
- $track : mixed
- Generated from protobuf field <code>.livekit.TrackInfo track = 1;</code>
Methods
- __construct() : mixed
- Constructor.
- clearTrack() : mixed
- getTrack() : TrackInfo|null
- Generated from protobuf field <code>.livekit.TrackInfo track = 1;</code>
- hasTrack() : mixed
- setTrack() : $this
- Generated from protobuf field <code>.livekit.TrackInfo track = 1;</code>
Properties
$track
Generated from protobuf field <code>.livekit.TrackInfo track = 1;</code>
protected
mixed
$track
= null
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\TrackInfo $track}
clearTrack()
public
clearTrack() : mixed
getTrack()
Generated from protobuf field <code>.livekit.TrackInfo track = 1;</code>
public
getTrack() : TrackInfo|null
Return values
TrackInfo|nullhasTrack()
public
hasTrack() : mixed
setTrack()
Generated from protobuf field <code>.livekit.TrackInfo track = 1;</code>
public
setTrack(TrackInfo $var) : $this
Parameters
- $var : TrackInfo