Documentation

SubscriptionError
in package

Protobuf type <code>livekit.SubscriptionError</code>

Table of Contents

Constants

SE_CODEC_UNSUPPORTED  = 1
Generated from protobuf enum <code>SE_CODEC_UNSUPPORTED = 1;</code>
SE_TRACK_NOTFOUND  = 2
Generated from protobuf enum <code>SE_TRACK_NOTFOUND = 2;</code>
SE_UNKNOWN  = 0
Generated from protobuf enum <code>SE_UNKNOWN = 0;</code>

Properties

$valueToName  : mixed

Methods

name()  : mixed
value()  : mixed

Constants

SE_CODEC_UNSUPPORTED

Generated from protobuf enum <code>SE_CODEC_UNSUPPORTED = 1;</code>

public mixed SE_CODEC_UNSUPPORTED = 1

SE_TRACK_NOTFOUND

Generated from protobuf enum <code>SE_TRACK_NOTFOUND = 2;</code>

public mixed SE_TRACK_NOTFOUND = 2

SE_UNKNOWN

Generated from protobuf enum <code>SE_UNKNOWN = 0;</code>

public mixed SE_UNKNOWN = 0

Properties

$valueToName

private static mixed $valueToName = [self::SE_UNKNOWN => 'SE_UNKNOWN', self::SE_CODEC_UNSUPPORTED => 'SE_CODEC_UNSUPPORTED', self::SE_TRACK_NOTFOUND => 'SE_TRACK_NOTFOUND']

Methods


        
On this page

Search results