Liblinphone
4.5.0
|
Namespace that holds all liblinphone's API classes and enumerations. More...
Classes | |
class | AccountCreator |
The object used to configure an account on a server via XML-RPC, see https://wiki.linphone.org/xwiki/wiki/public/view/Lib/Features/Override%20account%20creator%20request/. More... | |
class | AccountCreatorListener |
class | Address |
Object that represents a parsed SIP address. More... | |
class | AudioDevice |
Object holding audio device information. More... | |
class | AuthInfo |
Object holding authentication information. More... | |
class | Buffer |
The object representing a data buffer. More... | |
class | Call |
This object represents a call issued or received by the Core. More... | |
class | CallListener |
class | CallLog |
Object used to keep track of all calls initiated, received or missed. More... | |
class | CallParams |
An object containing various parameters of a Call. More... | |
class | CallStats |
This object carry various statistic informations regarding the quality of an audio or video stream for a given Call. More... | |
class | ChatMessage |
An chat message is the object that is sent or received through a ChatRoom. More... | |
class | ChatMessageListener |
class | ChatRoom |
A chat room is the place where ChatMessage are exchanged. More... | |
class | ChatRoomListener |
class | ChatRoomParams |
Object defining parameters for a ChatRoom. More... | |
class | Conference |
TODO. More... | |
class | ConferenceListener |
class | ConferenceParams |
TODO. More... | |
class | Config |
This object is used to manipulate a configuration file. More... | |
class | Content |
This object holds data that can be embedded in a signaling message. More... | |
class | Core |
Main object to instanciate and on which to keep a reference. More... | |
class | CoreListener |
class | DialPlan |
Represents a dial plan. More... | |
class | ErrorInfo |
Object representing full details about a signaling error or status. More... | |
class | Event |
Object representing an event state, which is subcribed or published. More... | |
class | EventListener |
class | EventLog |
Object that represents an event that must be stored in database. More... | |
class | Factory |
The factory is a singleton object devoted to the creation of all the objects of Liblinphone that cannot be created by Core itself. More... | |
class | Friend |
This object is used to store a SIP address. More... | |
class | FriendList |
This object representing a list of Friend. More... | |
class | FriendListListener |
class | Headers |
Object representing a chain of protocol headers. More... | |
class | ImNotifPolicy |
Policy to use to send/receive instant messaging composing/delivery/display notifications. More... | |
class | InfoMessage |
Object representing an informational message sent or received by the core. More... | |
class | LoggingService |
Singleton class giving access to logging features. More... | |
class | LoggingServiceListener |
class | MagicSearch |
A MagicSearch is used to do specifics searchs. More... | |
class | NatPolicy |
Policy to use to pass through NATs/firewalls. More... | |
class | Participant |
Identifies a member of a Conference or ChatRoom. More... | |
class | ParticipantDevice |
This object represents a unique device for a member of a Conference or ChatRoom. More... | |
class | ParticipantDeviceIdentity |
This object is only used on server side for ChatRoom with ChatRoomBackend::FlexisipChat backend. More... | |
class | ParticipantImdnState |
This object represents the delivery/display state of a given chat message for a given participant. More... | |
class | PayloadType |
Object representing an RTP payload type. More... | |
class | Player |
Player interface. More... | |
class | PlayerListener |
class | PresenceActivity |
Presence activity type holding information about a presence activity. More... | |
class | PresenceModel |
Presence model type holding information about the presence of a person. More... | |
class | PresenceNote |
Presence note type holding information about a presence note. More... | |
class | PresencePerson |
Presence person holding information about a presence person. More... | |
class | PresenceService |
Presence service type holding information about a presence service. More... | |
class | ProxyConfig |
Represents an account configuration to be used by Core. More... | |
class | PushNotificationMessage |
Object holding chat message data received by a push notification on iOS platform only. More... | |
class | Range |
Structure describing a range of integers. More... | |
class | SearchResult |
The LinphoneSearchResult object represents a result of a search. More... | |
class | Transports |
SIP transports & ports configuration object. More... | |
class | Tunnel |
Linphone tunnel object. More... | |
class | TunnelConfig |
Tunnel settings. More... | |
class | Vcard |
Object storing contact information using vCard 4.0 format. More... | |
class | VideoActivationPolicy |
Object describing policy regarding video streams establishments. More... | |
class | VideoDefinition |
This object represents a video definition, eg. More... | |
class | XmlRpcRequest |
The XmlRpcRequest object representing a XML-RPC request to be sent. More... | |
class | XmlRpcRequestListener |
class | XmlRpcSession |
The XmlRpcSession object used to send XML-RPC requests and handle their responses. More... | |
Typedefs | |
typedef int | Status |
Namespace that holds all liblinphone's API classes and enumerations.
|
strong |
Enum describing algorithm checking, used by the AccountCreator.
Enumerator | |
---|---|
Ok | Algorithm ok. |
NotSupported | Algorithm not supported. |
|
strong |
|
strong |
|
strong |
|
strong |
ChatRoomBackend is used to indicate the backend implementation of a chat room.
Enumerator | |
---|---|
Basic | Basic (client-to-client) chat room. |
FlexisipChat | Server-based chat room. |
|
strong |
ChatRoomCapabilities is used to indicate the capabilities of a chat room.
Enumerator | |
---|---|
None | No capabilities. |
Basic | No server. |
RealTimeText | Supports RTT. |
Conference | Use server (supports group chat) |
Proxy | Special proxy chat room flag. |
Migratable | Chat room migratable from Basic to Conference. |
OneToOne | A communication between two participants (can be Basic or Conference) |
Encrypted | Chat room is encrypted. |
|
strong |
ChatRoomEncryptionBackend is used to indicate the encryption engine used by a chat room.
Enumerator | |
---|---|
None | No encryption. |
Lime | Lime x3dh encryption. |
|
strong |
TODO move to encryption engine object when available ChatRoomSecurityLevel is used to indicate the encryption security level of a chat room.
Enumerator | |
---|---|
Unsafe | Security failure. |
ClearText | No encryption. |
Encrypted | Encrypted. |
Safe | Encrypted and verified. |
|
strong |
Enum describing the result of the echo canceller calibration process.
|
strong |
Enum describing the capabilities of a Friend, populated through presence subscribe/notify process.
Enumerator | |
---|---|
None | No capabilities populated. |
GroupChat | This friend can be invited in a Flexisip backend ChatRoom. |
LimeX3Dh | This friend can be invited in a Flexisip backend end-to-end encrypted ChatRoom. |
EphemeralMessages | This friend is able to delete ephemeral messages once they have expired. |
|
strong |
Describes the global state of the Core object.
Enumerator | |
---|---|
Off | State in which we're in after Core::stop(). |
Startup | Transient state for when we call Core::start() |
On | Indicates Core has been started and is up and running. |
Shutdown | Transient state for when we call Core::stop() |
Configuring | Transient state between Startup and On if there is a remote provisionning URI configured. |
Ready | Core state after being created by linphone_factory_create_core, generally followed by a call to Core::start() |
|
strong |
Enum describing ICE states.
|
strong |
|
strong |
|
strong |
|
strong |
|
strong |
|
strong |
|
strong |
Defines privacy policy to apply as described by rfc3323.
Enumerator | |
---|---|
None | Privacy services must not perform any privacy function. |
User | Request that privacy services provide a user-level privacy function. |
Header | Request that privacy services modify headers that cannot be set arbitrarily by the user (Contact/Via). |
Session | Request that privacy services provide privacy for session media. |
Id | rfc3325 The presence of this privacy type in a Privacy header field indicates that the user would like the Network Asserted Identity to be kept private with respect to SIP entities outside the Trust Domain with which the user authenticated. |
Critical | Privacy service must perform the specified services or fail the request. |
Default | Special keyword to use privacy as defined either globally or by proxy using ProxyConfig::setPrivacy() |
|
strong |
Enum for publish states.
Enumerator | |
---|---|
None | Initial state, do not use. |
Progress | An outgoing publish was created and submitted. |
Ok | Publish is accepted. |
Error | Publish encoutered an error, Event::getReason() gives reason code. |
Expiring | Publish is about to expire, only sent if [sip]->refresh_generic_publish property is set to 0. |
Cleared | Event has been un published. |
|
strong |
Enum describing various failure reasons or contextual information for some events.
Enumerator | |
---|---|
None | No reason has been set by the core. |
NoResponse | No response received from remote. |
Forbidden | Authentication failed due to bad credentials or resource forbidden. |
Declined | The call has been declined. |
NotFound | Destination of the call was not found. |
NotAnswered | The call was not answered in time (request timeout) |
Busy | Phone line was busy. |
UnsupportedContent | Unsupported content. |
BadEvent | Bad event. |
IOError | Transport error: connection failures, disconnections etc... |
DoNotDisturb | Do not disturb reason. |
Unauthorized | Operation is unauthorized because missing credential. |
NotAcceptable | Operation is rejected due to incompatible or unsupported media parameters. |
NoMatch | Operation could not be executed by server or remote client because it didn't have any context for it. |
MovedPermanently | Resource moved permanently. |
Gone | Resource no longer exists. |
TemporarilyUnavailable | Temporarily unavailable. |
AddressIncomplete | Address incomplete. |
NotImplemented | Not implemented. |
BadGateway | Bad gateway. |
SessionIntervalTooSmall | The received request contains a Session-Expires header field with a duration below the minimum timer. |
ServerTimeout | Server timeout. |
Unknown | Unknown reason. |
|
strong |
|
strong |
|
strong |
|
strong |
Enum for subscription states.
Enumerator | |
---|---|
None | Initial state, should not be used. |
OutgoingProgress | An outgoing subcription was sent. |
IncomingReceived | An incoming subcription is received. |
Pending | Subscription is pending, waiting for user approval. |
Active | Subscription is accepted. |
Terminated | Subscription is terminated normally. |
Error | Subscription was terminated by an error, indicated by Event::getReason() |
Expiring | Subscription is about to expire, only sent if [sip]->refresh_generic_subscribe property is set to 0. |
|
strong |
|
strong |
Enum describing uPnP states.
|
strong |