Documentation

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

name()  : mixed
value()  : mixed

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


        
On this page

Search results