Interface Transfer

Hierarchy

  • Transfer

Properties

from: string

Who creates the call-transfer

idInvite: string

Identifier of the invite related with the transfer

roomId: string

Identifier of the room

state: "DECLINED" | "INVITED"

State of the call transfer

to: string

Who has to receive the call transferred

Methods

  • Deprecated

    Use participants instead

    Returns [{
        address: string;
        direction: "incoming" | "outgoing";
        state: undefined | "rejected" | "accepted" | "missed";
    }, {
        address: string;
        direction: "incoming" | "outgoing";
        state: undefined | "rejected" | "accepted" | "missed";
    }]

Generated using TypeDoc