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

CallRemoteRecorder

Extends:

src/eventemitter.js~EventEmitter → CallRemoteRecorder

This class creates an instances that can indicate to the WAC when he has to start/stop a recording using the source specified by param

Constructor Summary

Public Constructor
public

Method Summary

Public Methods
public

Retrieve info about recordings

public

pause()

public

start(filename: String): Promise

Start a recording of a call and save it in a file called "filename"

public

Stop a recording of a call

Public Constructors

public constructor() source

Public Methods

public getRecordings(): Promise<Array> source

Retrieve info about recordings

Return:

Promise<Array>

A list of recordings if success

public pause() source

public start(filename: String): Promise source

Start a recording of a call and save it in a file called "filename"

Params:

NameTypeAttributeDescription
filename String

Name file to save the recording

Return:

Promise

Resolved promise if success

public stop(): Promise source

Stop a recording of a call

Return:

Promise

Resolved promise if success