Home Reference Source

Variable

Static Public Summary
public

Enum containing the possible end reasons of a conference.

public

Enum containing the possible status of a conference.

public

Enum containing the possible states of a datapipe.

public

DataPipeType: Enum

Enum containing the possible directions of a datapipe.

public

Enum containing the possible status of a file upload.

public

Enum containing the possible status of a session.

public

Enum containing the possible status of a stream recorder.

Static Public

public ConferenceEndReason: Enum source

import {ConferenceEndReason} from '@quobis/sippojs'

Enum containing the possible end reasons of a conference. Possible values:

  • UNSPECIFIED
  • NORMAL_CLEARING
  • MEDIA_ACCESS_ERROR
  • SERVER_ERROR

public ConferenceStatus: Enum source

import {ConferenceStatus} from '@quobis/sippojs'

Enum containing the possible status of a conference. Possible values:

  • DESTROYED
  • DISCONNECTED
  • CONNECTING
  • CONNECTED
  • DISCONNECTING

public DataPipeStatus: Enum source

import {DataPipeStatus} from '@quobis/sippojs'

Enum containing the possible states of a datapipe. Possible values:

  • UNCONNECTED
  • CONNECTING: pipe has initiated an attempt to connect to remote parties.
  • CONNECTED: pipe is connected and ready to send/receive data.
  • REJECTED: an attempt to connect a pipe is explicitly rejected by the remote party..
  • DISCONNECTED: pipe is disconnected.

public DataPipeType: Enum source

import {DataPipeType} from '@quobis/sippojs'

Enum containing the possible directions of a datapipe. Possible values:

  • INCOMING
  • OUTGOING

public FileUploadStatus: Enum source

import {FileUploadStatus} from '@quobis/sippojs'

Enum containing the possible status of a file upload. Possible values:

  • LOADING
  • SENDING
  • COMPLETED
  • ERROR
  • ABORTED
  • FILE_EXTENSION: it happens when the file extension is not accepted
  • FILE_SIZE: it happens when the file size exceeds the maximun allowed
  • FILE_NAME_LENGTH: indicates the file name is longer than allowed

public SessionStatus: Enum source

import {SessionStatus} from '@quobis/sippojs'

Enum containing the possible status of a session. Possible values:

  • UNCONNECTED: The session has not attempted to connect.
  • CONNECTING: The session is in the process of being established.
  • CONNECTED: The session is connected to the server.
  • SUSPENDED: The session is in a connected state but the underlying channel is allowed to be closed.
  • DISCONNECTED: The session is ended and should no longer be used.

public StreamRecorderStatus: Enum source

import {StreamRecorderStatus} from '@quobis/sippojs'

Enum containing the possible status of a stream recorder. Possible values:

  • INACTIVE
  • RECORDING
  • PAUSED