Hierarchy

  • GroupService

Constructors

Properties

Methods

Constructors

Properties

event$: Observable<GroupEventDto>
wacRequest: WacRequest

Methods

  • Parameters

    • name: string
    • participants: string[]

    Returns Promise<{
        chatId: string;
        groupId: string;
        name: string;
        owner: { readonly id: string; };
        participants: readonly string[];
        ringingStrategy: { readonly type: "sequential" | "simultaneous"; readonly properties?: { readonly delay: number; readonly steps: number; } | undefined; };
    }>

  • Returns Observable<{
        chatId: string;
        groupId: string;
        name: string;
        owner: { readonly id: string; };
        participants: readonly string[];
        ringingStrategy: { readonly type: "sequential" | "simultaneous"; readonly properties?: { readonly delay: number; readonly steps: number; } | undefined; };
    }[]>

  • Parameters

    • id: string
    • name: string
    • participants: readonly string[]

    Returns Promise<{
        chatId: string;
        groupId: string;
        name: string;
        owner: { readonly id: string; };
        participants: readonly string[];
        ringingStrategy: { readonly type: "sequential" | "simultaneous"; readonly properties?: { readonly delay: number; readonly steps: number; } | undefined; };
    }>

Generated using TypeDoc