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

ConferenceInvite

This class allows access to the details of incoming Conference invitation. This class must not be directly instantiated. Instead, instances of this class are obtained by calling the Conference#getInvite

Method Summary

Public Methods
public

Obtains the "gateway" of the caller.

public

Obtains the ID of the incoming invitation

public

Obtains the mediaTypes for this conference invite.

Public Methods

public getFrom(): string source

Obtains the "gateway" of the caller. This can be a user's gateway or pstn number.

Return:

string

public getId(): string source

Obtains the ID of the incoming invitation

Return:

string

public getMediaTypes(): MediaTypes source

Obtains the mediaTypes for this conference invite. This allow us to guess if we are invited with audio & video, or only with audio and video

Return:

MediaTypes