Home Reference Source
import {Presence} from '@quobis/sippojs'
public class | source

Presence

Allows retrieving and updating presence related information of the current user. An instance of this class must be obtained using Session.getPresence.

Constructor Summary

Public Constructor
public

Allows access to the current presence information.

Member Summary

Public Members
public

ownId: *

public
public

state$: *

Method Summary

Public Methods
public

update(presence: *): *

Allows updating current user presence information

Public Constructors

public constructor() source

Allows access to the current presence information.

Public Members

public ownId: * source

public presenceService: * source

public state$: * source

Public Methods

public update(presence: *): * source

Allows updating current user presence information

Params:

NameTypeAttributeDescription
presence *

Return:

*