Hierarchy

  • Invite

Properties

candidates: readonly Candidate[]

List of candidates that received the invite

error: 200 | 404 | 487 | 603 | 408

Code error when an invite is declined

from: string

who sent the invite

group: boolean

Set to true when the invite is sent to a group

inviteRequest: boolean

Set to true when the invite is related with an invitation request

mediatypes: MediaType

Indicates the media used in the conference

state: "ACCEPTED" | "DECLINED_BY_CREATOR" | "DECLINED_BY_TIMEOUT" | "DECLINED"

specify what happened with the invite

to: string

who received the invite

Methods

  • Deprecated

    Use candidates instead

    Returns {
        address: string;
        direction: "incoming";
        group: boolean;
        state: undefined | "rejected" | "accepted" | "missed";
        type: "invite";
    }[]

Generated using TypeDoc