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

VoiceMailManager

Constructor Summary

Public Constructor
public

Emits an object with the counts of new and all messages

Member Summary

Public Members
public
public

Method Summary

Public Methods
public

async subscribe(): Promise

Starts the subscription to the update of message values

public

async unsubscribe(): Promise

Stops the subscription to the update of message values

Public Constructors

public constructor() source

Emits an object with the counts of new and all messages

Public Members

public messages$: * source

public voiceMailService: * source

Public Methods

public async subscribe(): Promise source

Starts the subscription to the update of message values

Return:

Promise

public async unsubscribe(): Promise source

Stops the subscription to the update of message values

Return:

Promise