Interface InvitePeerInfo

interface InvitePeerInfo {
    deviceType:
        | "UNRECOGNIZED"
        | "device_type_unspecified"
        | "mobile"
        | "tablet"
        | "desktop"
        | "selfHostedServer";
    name: string;
}

Properties

Properties

deviceType:
    | "UNRECOGNIZED"
    | "device_type_unspecified"
    | "mobile"
    | "tablet"
    | "desktop"
    | "selfHostedServer"
name: string