Interface ListIngressOptions

interface ListIngressOptions {
    ingressId?: string;
    roomName?: string;
}

Properties

ingressId?: string

list ingress by ID

roomName?: string

list ingress for one room only