Client to access Ingress APIs

Hierarchy

  • default
    • IngressClient

Constructors

Methods

  • Parameters

    • inputType: IngressInput

      protocol for the ingress

    • Optional opts: CreateIngressOptions

      CreateIngressOptions

    Returns Promise<IngressInfo>

  • Parameters

    • ingressId: string

      ingress to delete

    Returns Promise<IngressInfo>

  • Parameters

    • Optional roomName: string

      list ingress for one room only

    Returns Promise<IngressInfo[]>

    Deprecated

    use listIngress(opts) instead

  • Parameters

    Returns Promise<IngressInfo[]>

Generated using TypeDoc