Datenstruktur Präsenz¶
Die Präsenz besitzt folgende Struktur.
{
u8sContactId: {type: 'string'},
state: {type: 'string'},
iPresenceState: {type: 'number'},
asnUserPropertyBag: {type: 'object'},
iContactFeatureSet: {type: 'number'},
iStaticRights: {type: 'number'},
iMonitorAccessRights: {type: 'number'},
asnAbsentState: {type: 'object'},
asnCustomNote: {type: 'object'},
asnNextAppointment: {type: 'object'},
asnContactCapabilities: {type: 'object'},
asnCurrentUserDynamicRights: {type: 'object'},
optionalParams: {type: 'object'}
seqActualAppointments: {type: 'array'},
seqPhoneLines: {type: 'array'},
seqCalls: {type: 'array'},
seqLineForwards: {type: 'array'}
}