| ►CException | |
| CLinphone.LinphoneException | All methods that returns a LinphoneStatus with a value != 0 as an error code in C are translated in C# by throwing a LinphoneException |
| ►CLinphone.LinphoneObject | Parent class for a Linphone public objects |
| CLinphone.Account | Object that represents a Linphone Account |
| CLinphone.AccountCreator | The object used to configure an account on a server via XML-RPC See: Override account creator request The object used to configure an account on a server via XML-RPC See: Override account creator request |
| CLinphone.AccountCreatorListener | An object to handle the responses callbacks for handling the Linphone.AccountCreator operations |
| CLinphone.AccountDevice | Object that represents a device that at least once was connected to a given account |
| CLinphone.AccountListener | An object to handle the callbacks for the handling of Linphone.Account objects |
| CLinphone.AccountManagerServices | Creates and manage SIP user accounts remotely, using the REST API of the Flexisip Account Manager |
| CLinphone.AccountManagerServicesRequest | Request object created by Linphone.AccountManagerServices |
| CLinphone.AccountManagerServicesRequestListener | An object to handle the callbacks for Linphone.AccountManagerServicesRequest object |
| CLinphone.AccountParams | Object that is used to set the different parameters of a Linphone.Account |
| CLinphone.Address | Object that represents a parsed SIP address |
| CLinphone.Alert | Object that represents an alert |
| CLinphone.AlertListener | Object that represents a callback attached to an alert |
| CLinphone.AudioDevice | Object holding audio device information |
| CLinphone.AuthInfo | Object holding authentication information |
| CLinphone.BearerToken | Object that represents a bearer token (eg OAUTH) |
| CLinphone.Buffer | The object representing a data buffer |
| CLinphone.Call | This object represents a call issued or received by the Linphone.Core |
| CLinphone.CallListener | That class holds all the callbacks which are called by Linphone.Call objects |
| CLinphone.CallLog | Object used to keep track of all calls initiated, received or missed |
| CLinphone.CallParams | An object containing various parameters of a Linphone.Call |
| CLinphone.CallStats | This object carry various statistic informations regarding the quality of an audio or video stream for a given Linphone.Call |
| CLinphone.CardDavParams | The Linphone.CardDavParams object represents a remote CardDAV server used by Linphone.MagicSearch as a plugin source |
| CLinphone.ChatMessage | A Linphone.ChatMessage represents an instant message that can be send or received through a Linphone.ChatRoom |
| CLinphone.ChatMessageListener | An object to handle the callbacks for the handling a Linphone.ChatMessage objects |
| CLinphone.ChatMessageReaction | A chat message reaction is an emoji sent by someone in the same chat room to react to a specific Linphone.ChatMessage |
| CLinphone.ChatParams | Object defining settings strictly associated with Linphone.ChatRoom objects such as ephemeral settings and backends |
| CLinphone.ChatRoom | A chat room is the place where Linphone.ChatMessage are exchanged |
| CLinphone.ChatRoomListener | An object to handle the callbacks for the handling a Linphone.ChatRoom objects |
| CLinphone.ChatRoomParams | Object defining parameters for a Linphone.ChatRoom |
| CLinphone.ComposingParticipant | Object that represents a Linphone.ChatRoom participant that is currently composing |
| CLinphone.Conference | A conference is the object that allow to make calls when there are 2 or more participants |
| CLinphone.ConferenceInfo | Object defining all information related to a past or future conference |
| CLinphone.ConferenceListener | An object to handle the callbacks for the handling a Linphone.Conference objects |
| CLinphone.ConferenceParams | Object defining parameters for a Linphone.Conference |
| CLinphone.ConferenceScheduler | Creates and manages conferences on a conferenceing service, and send conference invitations to notify participants |
| CLinphone.ConferenceSchedulerListener | Callbacks of Linphone.ConferenceScheduler object |
| CLinphone.Config | This object is used to manipulate a configuration file |
| CLinphone.Content | This object holds data that can be embedded in a signaling message or IM message |
| CLinphone.Core | Main object to instantiate and on which to keep a reference |
| CLinphone.CoreListener | That class holds all the callbacks which are called by Linphone.Core |
| CLinphone.DialPlan | Represents a dial plan |
| CLinphone.Dictionary | Object that represents key-value pair container |
| CLinphone.DigestAuthenticationPolicy | The LinphoneDigestAuthenticationPolicy holds parameters relative to digest authentication procedures |
| CLinphone.EktInfo | Object representing all informations present in an Encrypted Key Transport event |
| CLinphone.ErrorInfo | Object representing full details about a signaling error or status |
| CLinphone.Event | Object representing an event state, which is subcribed or published |
| CLinphone.EventListener | An object to handle the callbacks for handling the LinphoneEvent operations |
| CLinphone.EventLog | Object that represents an event that must be stored in database |
| CLinphone.Factory | The factory is a singleton object devoted to the creation of all the objects of Liblinphone that cannot be created by Linphone.Core itself |
| CLinphone.Friend | This object is used to store a SIP address |
| CLinphone.FriendDevice | Object that represents a Linphone.Friend's device (name, trust level) for a given SIP address |
| CLinphone.FriendList | This object representing a list of Linphone.Friend |
| CLinphone.FriendListener | An object to handle the callbacks for Linphone.Friend |
| CLinphone.FriendListListener | An object to handle the callbacks for Linphone.Friend synchronization |
| CLinphone.FriendPhoneNumber | Object that represents a Linphone.Friend's phone number |
| CLinphone.Headers | Object representing a chain of protocol headers |
| CLinphone.ImNotifPolicy | Policy to use to send/receive instant messaging composing/delivery/display notifications |
| CLinphone.InfoMessage | Object representing an informational message sent or received by the core |
| CLinphone.Ldap | Object that represents a LDAP connection |
| CLinphone.LdapParams | Object that is used to set the different parameters of a Linphone.Ldap |
| CLinphone.LoggingService | Singleton class giving access to logging features |
| CLinphone.LoggingServiceListener | Listener for Linphone.LoggingService |
| CLinphone.MagicSearch | A Linphone.MagicSearch is used to search for contacts from various sources: |
| CLinphone.MagicSearchListener | Linphone.MagicSearchListener is an interface to be notified of results of contact searches initiated from the Linphone.MagicSearch |
| CLinphone.MessageWaitingIndication | Object representing a Message Waiting Indication |
| CLinphone.MessageWaitingIndicationSummary | Object representing the summary for a context in a Message Waiting Indication |
| CLinphone.NatPolicy | Policy to use to pass through NATs/firewalls |
| CLinphone.Participant | Identifies a member of a Linphone.Conference or Linphone.ChatRoom |
| CLinphone.ParticipantDevice | This object represents a unique device for a member of a Linphone.Conference or Linphone.ChatRoom |
| CLinphone.ParticipantDeviceIdentity | This object is only used on server side for Linphone.ChatRoom with Linphone.ChatRoomBackend.FlexisipChat backend |
| CLinphone.ParticipantDeviceListener | An object to handle the callbacks for the handling a Linphone.ParticipantDevice objects |
| CLinphone.ParticipantImdnState | This object represents the delivery/display state of a given chat message for a given participant |
| CLinphone.ParticipantInfo | Object defining all information related to a participant |
| CLinphone.PayloadType | Object representing an RTP payload type |
| CLinphone.Player | Player interface |
| CLinphone.PlayerListener | An object to handle the callbacks for the handling a Linphone.Player objects |
| CLinphone.PresenceActivity | Presence activity type holding information about a presence activity |
| CLinphone.PresenceModel | Presence model type holding information about the presence of a person |
| CLinphone.PresenceNote | Presence note type holding information about a presence note |
| CLinphone.PresencePerson | Presence person holding information about a presence person |
| CLinphone.PresenceService | Presence service type holding information about a presence service |
| CLinphone.ProxyConfig | Represents an account configuration to be used by Linphone.Core |
| CLinphone.PushNotificationConfig | Object holding push notification configuration that will be set in the contact URI parameters of the Contact header in the REGISTER, if the Linphone.AccountParams is configured to allow push notifications, see Linphone.AccountParams.PushNotificationAllowed |
| CLinphone.PushNotificationMessage | Object holding chat message data received by a push notification on iOS platform only |
| CLinphone.Range | Structure describing a range of integers |
| CLinphone.Recorder | Interface used to record audio and video into files |
| CLinphone.RecorderParams | Object containing various parameters of a Linphone.Recorder |
| CLinphone.RemoteContactDirectory | Object that represents a remote contact directory such as a LDAP or CardDAV server; used as a Linphone.MagicSearch source |
| CLinphone.SearchResult | The Linphone.SearchResult object represents a result of a search initiated from a Linphone.MagicSearch |
| CLinphone.SignalInformation | Object to get signal (wifi/4G etc...) informations |
| CLinphone.Transports | SIP transports & ports configuration object |
| CLinphone.Tunnel | Linphone tunnel object |
| CLinphone.TunnelConfig | Tunnel settings |
| CLinphone.Vcard | Object storing contact information using vCard 4.0 format |
| CLinphone.VideoActivationPolicy | Object describing policy regarding video streams establishments |
| CLinphone.VideoDefinition | This object represents a video definition, eg |
| CLinphone.VideoSourceDescriptor | Object that is used to describe a video source |
| CLinphone.XmlRpcRequest | The Linphone.XmlRpcRequest object representing a XML-RPC request to be sent |
| CLinphone.XmlRpcRequestListener | An object to handle the callbacks for handling the Linphone.XmlRpcRequest operations |
| CLinphone.XmlRpcSession | The Linphone.XmlRpcSession object used to send XML-RPC requests and handle their responses |
| CLinphone.LinphoneWrapper | Only contains the LIB_NAME value that represents the library in which all DllImport are made |
| CLinphone.MediastreamerFactory | |
| CLinphone.Core.MSOglContextInfo |
