External: LinphonePresenceService

LinphonePresenceService

Presence service type holding information about a presence service.
Source:

Members

basicStatus :linphone.PresenceBasicStatus

Sets the basic status of a presence service.
Type:
Source:

contact :string

Sets the contact of a presence service.
Type:
  • string
Source:

id :string

Sets the id of a presence service.
Type:
  • string
Source:

<readonly> nbNotes :number

Gets the number of notes included in the presence service.
Type:
  • number
Source:

Methods

addNote(note) → {number}

Adds a note to a presence service.
Parameters:
Name Type Description
note external:LinphonePresenceNote The
Source:
Returns:
Type
number

clearNotes() → {number}

Clears the notes of a presence service.
Source:
Returns:
Type
number

getNthNote(idx) → {external:LinphonePresenceNote}

Gets the nth note of a presence service.
Parameters:
Name Type Description
idx number The index of the note to get (the first note having the index 0).
Source:
Returns:
Type
external:LinphonePresenceNote