interface Request {
    code: string;
    icon: LiteralString<
        | "end"
        | "abc-text"
        | "barchart"
        | "group-2"
        | "group-3"
        | "person-check"
        | "person-record"
        | "person-wave"
        | "poll-chart"
        | "smile-face"
        | "vote-box",
    >;
    name: string;
}

Properties

Properties

code: string

The third-party URL or embed code. Look for this on the application or website that you will be embedding. This can usually be found in its Admin or Settings section.

icon: LiteralString<
    | "end"
    | "abc-text"
    | "barchart"
    | "group-2"
    | "group-3"
    | "person-check"
    | "person-record"
    | "person-wave"
    | "poll-chart"
    | "smile-face"
    | "vote-box",
>

Icon that is assigned to the flyout tab and is clicked to open.

name: string

The name that appears to attendees and that appears on the flyout tab during the webcast.