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

SupportService

This class provides a wrapper over the ConferenceManager class that allows to call an agent.

Method Summary

Public Methods
public

async callAgent(mediaTypes: MediaTypes, contextInfo: Object): Promise<Conference>

Invites an agent to a conference

public

Public Methods

public async callAgent(mediaTypes: MediaTypes, contextInfo: Object): Promise<Conference> source

Invites an agent to a conference

Params:

NameTypeAttributeDescription
mediaTypes MediaTypes

the media types that will be used to call an agent

contextInfo Object
  • optional
  • default: {}

arbitrary context that can be sent to an agent

Return:

Promise<Conference>

public generateWacAgentUri(): string source

Return:

string