SIPHeaderOptions
in package
Protobuf type <code>livekit.SIPHeaderOptions</code>
Table of Contents
Constants
- SIP_ALL_HEADERS = 2
- map all headers to sip.h.* attributes
- SIP_NO_HEADERS = 0
- do not map any headers, except ones mapped explicitly
- SIP_X_HEADERS = 1
- map all X-* headers to sip.h.x-* attributes
Properties
- $valueToName : mixed
Methods
Constants
SIP_ALL_HEADERS
map all headers to sip.h.* attributes
public
mixed
SIP_ALL_HEADERS
= 2
Generated from protobuf enum SIP_ALL_HEADERS = 2;
SIP_NO_HEADERS
do not map any headers, except ones mapped explicitly
public
mixed
SIP_NO_HEADERS
= 0
Generated from protobuf enum SIP_NO_HEADERS = 0;
SIP_X_HEADERS
map all X-* headers to sip.h.x-* attributes
public
mixed
SIP_X_HEADERS
= 1
Generated from protobuf enum SIP_X_HEADERS = 1;
Properties
$valueToName
private
static mixed
$valueToName
= [self::SIP_NO_HEADERS => 'SIP_NO_HEADERS', self::SIP_X_HEADERS => 'SIP_X_HEADERS', self::SIP_ALL_HEADERS => 'SIP_ALL_HEADERS']
Methods
name()
public
static name(mixed $value) : mixed
Parameters
- $value : mixed
value()
public
static value(mixed $name) : mixed
Parameters
- $name : mixed