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

getCallerInfo(): InviteFromDetails

Provides the resolved information of the caller.

public

Obtains the context for this conference invite.

public

Obtains the "gateway" of the caller.

public

Obtains the ID of the incoming invitation

public

getMediaTypes(): MediaTypes

Obtains the mediaTypes for this conference invite.

Public Methods

public getCallerInfo(): InviteFromDetails source

Provides the resolved information of the caller. It returns contactName, displayName and username. If it doesn't exist, it can return the empty field.

Return:

InviteFromDetails

public getContext(): object source

Obtains the context for this conference invite. The context is created by the user placing the invite and it will usually contain extra information about the caller

Return:

object

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