Documentation

SIPCallStatus
in package

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

Table of Contents

Constants

SCS_ACTIVE  = 2
Call is ongoing. SIP participant is active in the LiveKit room
SCS_CALL_INCOMING  = 0
Incoming call is being handled by the SIP service. The SIP participant hasn't joined a LiveKit room yet
SCS_DISCONNECTED  = 3
Call has ended
SCS_ERROR  = 4
Call has ended or never succeeded because of an error
SCS_PARTICIPANT_JOINED  = 1
SIP participant for outgoing call has been created. The SIP outgoing call is being established

Properties

$valueToName  : mixed

Methods

name()  : mixed
value()  : mixed

Constants

SCS_ACTIVE

Call is ongoing. SIP participant is active in the LiveKit room

public mixed SCS_ACTIVE = 2

Generated from protobuf enum SCS_ACTIVE = 2;

SCS_CALL_INCOMING

Incoming call is being handled by the SIP service. The SIP participant hasn't joined a LiveKit room yet

public mixed SCS_CALL_INCOMING = 0

Generated from protobuf enum SCS_CALL_INCOMING = 0;

SCS_DISCONNECTED

Call has ended

public mixed SCS_DISCONNECTED = 3

Generated from protobuf enum SCS_DISCONNECTED = 3;

SCS_ERROR

Call has ended or never succeeded because of an error

public mixed SCS_ERROR = 4

Generated from protobuf enum SCS_ERROR = 4;

SCS_PARTICIPANT_JOINED

SIP participant for outgoing call has been created. The SIP outgoing call is being established

public mixed SCS_PARTICIPANT_JOINED = 1

Generated from protobuf enum SCS_PARTICIPANT_JOINED = 1;

Properties

$valueToName

private static mixed $valueToName = [self::SCS_CALL_INCOMING => 'SCS_CALL_INCOMING', self::SCS_PARTICIPANT_JOINED => 'SCS_PARTICIPANT_JOINED', self::SCS_ACTIVE => 'SCS_ACTIVE', self::SCS_DISCONNECTED => 'SCS_DISCONNECTED', self::SCS_ERROR => 'SCS_ERROR']

Methods

name()

public static name(mixed $value) : mixed
Parameters
$value : mixed

value()

public static value(mixed $name) : mixed
Parameters
$name : mixed

        
On this page

Search results