SIPMediaEncryption
in package
Protobuf type <code>livekit.SIPMediaEncryption</code>
Table of Contents
Constants
- SIP_MEDIA_ENCRYPT_ALLOW = 1
- use encryption if available
- SIP_MEDIA_ENCRYPT_DISABLE = 0
- do not enable encryption
- SIP_MEDIA_ENCRYPT_REQUIRE = 2
- require encryption
Properties
- $valueToName : mixed
Methods
Constants
SIP_MEDIA_ENCRYPT_ALLOW
use encryption if available
public
mixed
SIP_MEDIA_ENCRYPT_ALLOW
= 1
Generated from protobuf enum SIP_MEDIA_ENCRYPT_ALLOW = 1;
SIP_MEDIA_ENCRYPT_DISABLE
do not enable encryption
public
mixed
SIP_MEDIA_ENCRYPT_DISABLE
= 0
Generated from protobuf enum SIP_MEDIA_ENCRYPT_DISABLE = 0;
SIP_MEDIA_ENCRYPT_REQUIRE
require encryption
public
mixed
SIP_MEDIA_ENCRYPT_REQUIRE
= 2
Generated from protobuf enum SIP_MEDIA_ENCRYPT_REQUIRE = 2;
Properties
$valueToName
private
static mixed
$valueToName
= [self::SIP_MEDIA_ENCRYPT_DISABLE => 'SIP_MEDIA_ENCRYPT_DISABLE', self::SIP_MEDIA_ENCRYPT_ALLOW => 'SIP_MEDIA_ENCRYPT_ALLOW', self::SIP_MEDIA_ENCRYPT_REQUIRE => 'SIP_MEDIA_ENCRYPT_REQUIRE']
Methods
name()
public
static name(mixed $value) : mixed
Parameters
- $value : mixed
value()
public
static value(mixed $name) : mixed
Parameters
- $name : mixed